Posts by Rodrigo Ch • 3 points
2 posts
-
-1
votes1
answer349
viewsQ: How to change the month of a datetime object in pandas?
good afternoon, I have a column of the pandas dataset for the month of September whose . head() is: [in] :df_setembro.head() [out]: 0 01/08/2018 1 02/08/2018 2 03/08/2018 3 04/08/2018 4 05/08/2018…
-
0
votes1
answer942
viewsQ: Relation Between Classes in Python
Imagine that you are developing a system for controlling a Vehicles. With this it is necessary to register the vehicles available at the dealership for sale. a) Think about the necessary data and…