For example:
df[df['nums']==23].head() #gives what its supposed to, but
df[df['nums']==35.0454545455].head() #gives a blank df and that value exists in the column.
For example:
df[df['nums']==23].head() #gives what its supposed to, but
df[df['nums']==35.0454545455].head() #gives a blank df and that value exists in the column.