Closed refrancesco6 closed 4 years ago
Please, how can i fix that error?
to find the month at time zero, you can import pandas and use pandas.to_datetime(traj.data.DateTime[0]).month where traj is a Trajectory object
pandas.to_datetime(traj.data.DateTime[0]).month
traj
Please, how can i fix that error?