question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DOC: DatetimeIndex day says the same as month

See original GitHub issue

Location of the documentation

https://pandas.pydata.org/docs/reference/api/pandas.DatetimeIndex.day.html#pandas.DatetimeIndex.day

Documentation problem

Right now it says the same as month, The month as of January=1, December=12

Suggested fix for documentation

Something along the lines of Day of the month, from 1 through 31

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
raphacosta27commented, Jun 5, 2020

@raphacosta27 are you still working on this? Else I would like too.

Hi there! I’m out of time, please, go ahead and take it.

1reaction
MarcoGorellicommented, Jun 4, 2020

Hey @raphacosta27 - sure, PRs are welcome! Just for reference, if you comment ‘take’, the issue will be assigned to you

Hi guys

Minor note, but in general we encourage inclusive behavior - for example, please don’t say “hey guys!” but “hey everyone!” (see https://github.com/pandas-dev/pandas/blob/master/web/pandas/community/coc.md)

Read more comments on GitHub >

github_iconTop Results From Across the Web

pandas.DatetimeIndex.dayofweek
Return the day of the week. It is assumed the week starts on Monday, which is denoted by 0 and ends on Sunday...
Read more >
Pandas datetime index all set to the same date in a month ...
I know this is an old question, but in case you want to create a monthly start index from scratch, you can make...
Read more >
Tips on Working with Datetime Index in pandas
All produce the same output. So we are free to use whatever is more comfortable for us. Also we can select data for...
Read more >
Working with datetime in Pandas DataFrame | by B. Chen
In most of the rest of the world, the day is written first (DD/MM, DD MM, or DD-MM). If you would like Pandas...
Read more >
Datetimes and Timedeltas — NumPy v1.24 Manual
The data type is called datetime64 , so named because datetime is already ... The date units are years ('Y'), months ('M'), weeks...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found