Closed josefheidler closed 2 years ago
Hello,
I've run this code using the dataset you attached:
>>> import pandas as pd
>>> df = pd.read_csv("scaled_df.csv")
>>> df.isnull().values.sum()
4
Regarding the output, it seems that your array has 4 values that are NaN. Can you attach your code?
If you want more information about missing data, you can read this: https://pandas.pydata.org/docs/user_guide/missing_data.html
Nevermind, thank you! I found it!
Sorry!
Hello, I'm trying to do some analysis, but got this error on
aa.fit(array)
. If I check mine numpy array, every value is float64. There is zero NaN values aswell. So I'm not sure, where is the problem. Can someone help me out?Thanks!
array: scaled_df.csv