You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time using Github Issues and I am a beginniner, so sorry for my bad formate.
Thanks for your code. I am using it to do some analysis for 2020 Chicago data , so I am using the new version Libraies.
For the crime-polt notebook, I found a problem that
It is supposed to filter all the rows with their PrimaryType doesn't belong to any of above 5 kinds.
For the next section, I change your pd.TimeGrouper('M') to pd.grouper(freq='M') as the previous one is no longer support in the current Libray.(I only changed this place)
But here comes the problem, it seems the row selection doesn't work in the end. You can see those PrimaryType which are supposed to be delete from the df still exist and got count.
And they make the graph plot a mess.
If this don't bother you ,can you kindly give some advice on how to delete them? Because I only did one change on your code, and the whole result become a mess, which is very sad.
best regrads
The text was updated successfully, but these errors were encountered:
Hello,
This is my first time using Github Issues and I am a beginniner, so sorry for my bad formate.
Thanks for your code. I am using it to do some analysis for 2020 Chicago data , so I am using the new version Libraies.
For the crime-polt notebook, I found a problem that
It is supposed to filter all the rows with their PrimaryType doesn't belong to any of above 5 kinds.
For the next section, I change your pd.TimeGrouper('M') to pd.grouper(freq='M') as the previous one is no longer support in the current Libray.(I only changed this place)
But here comes the problem, it seems the row selection doesn't work in the end. You can see those PrimaryType which are supposed to be delete from the df still exist and got count.
And they make the graph plot a mess.
If this don't bother you ,can you kindly give some advice on how to delete them? Because I only did one change on your code, and the whole result become a mess, which is very sad.
best regrads
The text was updated successfully, but these errors were encountered: