News

Creating a dataframe, by running pd.read_sql returns the column as float. When I try converting it back to integer, I get "ValueError: Cannot convert non-finite values (NA or inf) to integer", but the ...