Python Forum
How does pd.date_range() fit in with axs[].set_xticks() ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does pd.date_range() fit in with axs[].set_xticks() ?
#3
(Jun-09-2022, 02:58 PM)deanhystad Wrote: ...
So when you call pandas.daterange() you are getting back an array of things that look like 64 bit integers, not strings. Do you want a bunch of really big integers appearing as tick labels?

Definitely not. I'm happy with the way this turns out. I just didn't quite understand how it's working. This helps. Thanks!
Reply


Messages In This Thread
RE: How does pd.date_range() fit in with axs[].set_xticks() ? - by Mark17 - Jun-09-2022, 05:14 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020