Skip to content

Add an option to return numpy NaN instead of 'NA' string

Pierre Dittgen requested to merge NAtoNaN into master

fetch_series and fetch_series_by_api_link function take a new optional boolean parameter use_numpy_nan (default False). If set to True, 'NA' values in column value of return dataframe are replaced by numpy NaN values.

Merge request reports