-
Notifications
You must be signed in to change notification settings - Fork 39
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
Printing of UndefInitializer() #170
Comments
Good point! Thanks @bkamins . I will see how can I fix this. The problem is that I am replacing undefined cells with |
Yes - I think custom type should be used. |
Ok! This modification is breaking, because if someone is overloading how |
Sure - no rush. This is a minor issue for DataFrames.jl. Thank you for the support! |
bump (just to be sure if it is tracked - thank you!) |
Yes, it is :) I am struggling with divs in HTML backend... They do not play nice in Jupyter as I thought they will be... |
I know (HTML is hard ...). Thank you! |
Is this intended?
The output confuses users as they think the first element of the vector is undefined, while it is defined and is a valid
UndefInitializer()
value.The text was updated successfully, but these errors were encountered: