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

  • Home
  • SEARCH
  • 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 8717927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:24:35+00:00 2026-06-13T06:24:35+00:00

Which Django apps or Python modules are to be recommended for handling and saving

  • 0

Which Django apps or Python modules are to be recommended for handling and saving into a DB timeseries data. Which database schema is to be recommended for the time series data?

My use case is that I have node models in my db schema having a start and end date, and I want to save for each day between start and end date a value. This can be quite a lot of rows as I have thousands of nodes, and start and end dates are between 1 and 365 days.

My models would look like this, whereas I would be thankful for input regarding a better / performance improved structure:

class Node(models.Model):
    """
    Representation of a single node
    """

    name = models.CharField(max_length=200)
    start = models.DateField() 
    end = models.DateField()

class TimeSeries(models.Model)
     """
     holds the time series values. For each day between start and end date one TimeSeries object will be created
     """
     node = models.ForeignKey(Node)
     date = models.DateField() #holds a specific date between start and end date of node
     value = models.IntegerField(max_length=2)
  • 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-06-13T06:24:39+00:00Added an answer on June 13, 2026 at 6:24 am

    I’d say your best bet is Pandas. They take the best of NumPy, scikits etc. and package it.

    1. Pandas’ Time Series functionality. Even though the pyTseries is no longer active (merged into Pandas) the documentation is good to browse.
    2. If ARMA is of interest, check out these sets of “statsmodels.”

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a python/django app which, among other things, syncs data to a
I am writing a couple of django apps which by design are coupled together.
I have a django project which is laid out like this... myproject apps media
I have some django apps which are versioned by app name. appv1 appv2 The
I am working on a django project which will contain several apps. Each app
I'm currently developing several websites on Django, which requiere several Django Apps. Lets say
I am making a custom form object in Django which has an overrided __init__
I am creating a 404.html page in django which will be called when i
I had the following idea: Say we have a webapp written using django which
I have django model which consist of parent child relationship filed I want to

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.