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 5977947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:26:38+00:00 2026-05-22T21:26:38+00:00

If I have two different data sets that are in a time series, is

  • 0

If I have two different data sets that are in a time series, is there a simple way to find the correlation between the two sets in python?

For example with:

# [ (dateTimeObject, y, z) ... ]
x = [ (8:00am, 12, 8), (8:10am, 15, 10) .... ]

How might I get the correlation of y and z in Python?

  • 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-22T21:26:39+00:00Added an answer on May 22, 2026 at 9:26 pm

    Little slow on the uptake here. pandas (http://github.com/wesm/pandas and pandas.sourceforge.net) is probably your best bet. I’m biased because I wrote it but:

    In [7]: ts1
    Out[7]: 
    2000-01-03 00:00:00    -0.945653010936
    2000-01-04 00:00:00    0.759529904445
    2000-01-05 00:00:00    0.177646448683
    2000-01-06 00:00:00    0.579750822716
    2000-01-07 00:00:00    -0.0752734982291
    2000-01-10 00:00:00    0.138730447557
    2000-01-11 00:00:00    -0.506961851495
    
    In [8]: ts2
    Out[8]: 
    2000-01-03 00:00:00    1.10436688823
    2000-01-04 00:00:00    0.110075215713
    2000-01-05 00:00:00    -0.372818939799
    2000-01-06 00:00:00    -0.520443811368
    2000-01-07 00:00:00    -0.455928700936
    2000-01-10 00:00:00    1.49624355051
    2000-01-11 00:00:00    -0.204383054598
    
    In [9]: ts1.corr(ts2)
    Out[9]: -0.34768587480980645
    

    Notably if your data are over different sets of dates, it will compute the pairwise correlation. It will also automatically exclude NaN values!

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

Sidebar

Related Questions

I have two different tables from which I need to pull data blogs which
I have a page with two Listviews (with two different data sources). I have
I have two different modules that need access to a single file (One will
I have two different applications and I am using GroupLab Networking to communicate between
After working with different data sets in SAS for a month or two, it
Have two sets of data (two tables) for patient records, one 1999-2003, the other
I have two datasets each with one data table pulled from different sources and
I'm looking for the best possible way of sharing model data between two MVC
I'm building a cross-database view that consolidates data from two different subsystems for reporting.
I'm using cython for a correlation calculation in my python program. I have two

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.