I'm using an imported .csv dataset, and I'm trying to get some information about a specific column. I am not entirely sure if I've done the correct thing here, thoughts? The other 17 columns in this list are different weather types such as visibility, pressure, dew point, etc.
weather=df.head(10)
print(weather)