I have a Pandas DataFrame that looks as shown
The column localhour is the index. My question is how can I use plot scatter to scatter the localhour column (the index) with use column. Thanks in advance.
I have a Pandas DataFrame that looks as shown
The column localhour is the index. My question is how can I use plot scatter to scatter the localhour column (the index) with use column. Thanks in advance.