question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide default missingValues?

See original GitHub issue

Overview

For now spec says that only "" (empty string) should be considered as missing value on non string fields. But current implementations already use for this case insensitive null, none, nil, nan, - because of publishers requests. Implement current specification literally could break some datasets.

PS. Also from spec is not clear about case-sensitivity of missingValues.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
rollcommented, Jan 20, 2017

So my opinion is without default values spec seems clearer but it could hit existent systems.

Problem with default could be that it can’t be cancelled it for example publisher wants to use nil as an actual value not a not a value.

0reactions
pwalshcommented, Feb 5, 2017

We won’t merge #337 until we can support all the changes in the core implementations we maintain. So closing this as it is implemented in #337 , as leaving it open creates confusion.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python, Pandas: Add default for missing values - Stack Overflow
Using Pandas' only, we can create unique values for columns 'A' and 'B", build a new MultiIndex, then reindex the dataframe: new_index =...
Read more >
How to set default values in Code Steps and avoid errors for ...
In this example, I created an array of the my Input Data value names so that I can use a loop to check...
Read more >
Missing Values | Stata Learning Modules - OARC Stats - UCLA
tabulation By default, missing values are excluded and percentages are based on the number of non-missing values. If you use the missing option...
Read more >
Handle Missing Values - Salesforce Help
Missing values are best fixed in the source application by, for example, making it a required field. ... If possible, set a default...
Read more >
set_default_fillvalue
set_default_fillvalue allows you to change the default missing value for a particular variable type. You can use a type of "all" to control...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found