Why does this code give me a warning message?
import pandas as pd
import numpy as np
test = pd.DataFrame({'a':np.array([0,1,2]), 'b': np.array([3,4,5])})
It seems anything I do in pandas throws these long error messages, I'm not sure if this is a problem with pycharm or if I'm doing something wrong in pandas.
You can ignore the warning, it is a known bug and is being fixed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With