Python’s None and pandas’ NaN


In Python, the built-in value for null is None.

To experiment with this I have created a Jupyter notebook called Null in Python is None. Below is some code from that notebook, which I created using Anaconda Navigator.

Leave a Reply