UBC-MDS / snapedautility

https://snapedautility.readthedocs.io/
MIT License
0 stars 1 forks source link

Specify a float64 dtype in empty series for the test case #22

Closed harryyikhchan closed 2 years ago

harryyikhchan commented 2 years ago

Fix the Issue #17: DeprecationWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning. pd.Series([])

harryyikhchan commented 2 years ago

I have fixed the warming message and added a few more edge cases. Kindly review @AraiYuno @dol23asuka