Top "Period" questions

A period of time is an interval, a span of time.

Generate a list of datetimes between an interval

Given two datetimes (start_date and end_date), I'd like to generate a list of other datetimes between these two …

python list datetime date period
Fast Fourier Transform in R

I have a dataset with the number of hourly visits an animal made during a period of 12 months. I want …

r time-series fft period spectral-density
Excel: Change "," to "."

Ever since i added a multiple language option for my computer, Excel decided to turn all my decimals into commas. …

excel comma period
Period to string

I'm using the Joda-Time library with Java. I'm having some difficulty trying to turn a Period object to a string …

java jodatime period
Using a variable period in an interval in Postgres

I have a relation that maintains monthly historical data. This data is added to the table on the last day …

postgresql variables intervals period
What does the 'period' character (.) mean if used in the middle of a php string?

I'm fairly new to PHP, but I can't seem to find the solution to this question in google. Here is …

php string character period
Run a function periodically in Scala

I want to call an arbitrary function every n seconds. Basically I want something identical to SetInterval from Javascript. How …

scala intervals period
What does 'PT' prefix stand for in Duration?

I am trying to use the Duration class instead of long. It has superior literal syntax. I like its flexibility, …

java duration java-time iso8601 period
Clean way to convert quarterly periods to datetime in pandas

EDIT: If you're coming to this question and your string looks like 1996-Q1, then just use pd.to_datetime(df[…

python pandas date datetime period
Working with an array with periods in key values

I'm getting data from an array. For some reason the array has key values like [3.3] which I'm having trouble retrieving …

php arrays period