Add an option to return numpy NaN instead of 'NA' string
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.