Commit graph

3 commits

Author SHA1 Message Date
Shaun Verch
d48926d377 Added examples of what this type is
It's not pd.nan.
2022-01-12 17:36:06 -05:00
Shaun Verch
9849b465b7 Fix file extension 2022-01-12 17:28:47 -05:00
Shaun Verch
27bac6f95b Added pandas numeric conversion example
Trying to find a sane way to convert the type of a column. It seems like
creating a new Series object with a "dtype" argument does it and
preserves NaNs.

Also added jupyterlab as a dev dependency. The best advice I ever got on
pandas is to struggle with it in an ipython notebook until something
makes sense. Sure enough, this took like 30 attempts, but the quick
turnaround time helped and I think this approach works.
2022-01-12 17:26:13 -05:00