Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7588275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:52:58+00:00 2026-05-30T19:52:58+00:00

Is there a library in python that can produce date dimensions given a certain

  • 0

Is there a library in python that can produce date dimensions given a certain day? I’d like to use this for data analysis. Often I have a time series of dates, but for aggregation purposes I’d like to be able to quickly produce dates associated with that day – like first date of month, first day in week, and the like.

I think I could create my own, but if there is something out there already it’d be nice.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T19:53:00+00:00Added an answer on May 30, 2026 at 7:53 pm

    Have a look at dateutil.

    The recurrence rules and relative deltas are what you want.

    For example, if you wanted to get last monday:

    import dateutil.relativedelta as rd
    import datetime
    
    last_monday = datetime.date.today() + rd.relativedelta(weekday=rd.MO(-1))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a library in python that works like this? >>> resolvePath(http://www.asite.com/folder/currentpage.html, anotherpage.html) 'http://www.asite.com/folder/anotherpage.html'
Is there any existing Python library that can validate data in Excel format? Or
urllib fetches data from urls right? is there a python library that can do
Is there any library, preferably in python but at least open source, that can
I'm using standart logger library in Python. There are RotatingFileHandler, that can rotate log
Is there a library that I can use with Java to listen for user
Is there a library for Python that will allow me to parse c++ code?
Is there a package/library for python that would allow me to open a PDF,
Does anyone know if there's an available python library compatible with Python2.6 that exposes
Is there a python library out there than can allow me to send UDP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.