Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill missing values #136

Closed
reza1615 opened this issue Mar 30, 2020 · 7 comments
Closed

Fill missing values #136

reza1615 opened this issue Mar 30, 2020 · 7 comments

Comments

@reza1615
Copy link

reza1615 commented Mar 30, 2020

It is good to have fill missing values. usallay I use these commands

@reza1615
Copy link
Author

reza1615 commented Mar 30, 2020

Maybe it is better to have a replacement window with these sub-pages

@reza1615
Copy link
Author

reza1615 commented Mar 31, 2020

I developed this notebook.

For UI I suggest to have some thing like this pipline
to replace
1-specific word (like "unknown") > null
2-specific char (like "-") > null
3-empty > nul
.
.
.
.
10- null > value or empty or remain null
image

Updated the code. Now it works properly.

@reza1615
Copy link
Author

reza1615 commented Apr 1, 2020

Now it works properly + Added

@aschonfeld
Copy link
Collaborator

@reza1615 This is great! Thanks for supplying the code. I'll work on integrating this and hopefully this can be used for #86 as well

@aschonfeld
Copy link
Collaborator

aschonfeld commented May 29, 2020

@reza1615 here's the first cut of this new functionality. It should also tackle #86 as well.

Let me know if you want me to add the functionality to create a new column as well as inplace updates?

@reza1615
Copy link
Author

That is great thanks

aschonfeld added a commit that referenced this issue May 31, 2020
* #168, updated ddefault colorscale for heatmaps to be Jet
* #152, added scattermapbox as a valid map type
* #136 & #86: column replacements for values
* #87: highlight ranges of numbers
@aschonfeld aschonfeld mentioned this issue May 31, 2020
aschonfeld added a commit that referenced this issue May 31, 2020
* #168, updated default colorscale for heatmaps to be Jet
* #152, added scattermapbox as a valid map type
* #136 & #86: column replacements for values
* #87: highlight ranges of numbers
aschonfeld added a commit that referenced this issue May 31, 2020
* #168, updated default colorscale for heatmaps to be Jet
* #152, added scattermapbox as a valid map type
* #136 & #86: column replacements for values
* #87: highlight ranges of numbers
@aschonfeld
Copy link
Collaborator

added v1.8.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants