Saturday, October 5, 2024
Google search engine
HomeLanguagesPython | Pandas PeriodIndex.asfreq

Python | Pandas PeriodIndex.asfreq

Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages and makes importing and analyzing data much easier.

Pandas PeriodIndex.asfreq() function convert each element of the given PeriodIndex object to the specified frequency.

Syntax : PeriodIndex.asfreq(freq=None, how=ā€™Eā€™)

Parameters :
freq : a frequency
how : ā€˜Eā€™, ā€˜ENDā€™, or ā€˜FINISHā€™ for end, ā€˜Sā€™, ā€˜STARTā€™, or ā€˜BEGINā€™ for start.

Return : PeriodIndex with the new frequency

Example #1: Use PeriodIndex.asfreq() function to convert the frequency of the given PeriodIndex object to the specified time series frequency.




# importing pandas as pd
import pandas as pd
Ā Ā 
# Create the PeriodIndex object
pidx = pd.PeriodIndex(start ='2004-11-11 02:45:21 ',Ā 
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā end ='2021-5-21 8:45:29', freq ='Y')
Ā Ā 
# Print the PeriodIndex object
print(pidx)


Output :

Now we will use the PeriodIndex.asfreq() function to convert the time series frequency of the given PeriodIndex object to the specified frequency.




# convert the frequency
# 'M' stands for monthly frequency
pidx.asfreq('M')


Output :

As we can see in the output, the PeriodIndex.asfreq() function has converted the frequency of the given PeriodIndex object to the specified frequency.
Ā 
Example #2: Use PeriodIndex.asfreq() function to convert the frequency of the given PeriodIndex object to the specified time series frequency.




# importing pandas as pd
import pandas as pd
Ā Ā 
# Create the PeriodIndex object
pidx = pd.PeriodIndex(start ='2016-10-12 11:12:02',Ā 
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā end ='2020-04-12 11:32:12', freq ='Q')
Ā Ā 
# Print the PeriodIndex object
print(pidx)


Output :

Now we will use the PeriodIndex.asfreq() function to convert the time series frequency of the given PeriodIndex object to the specified frequency.




# convert the frequency
# 'Y' stands for yearly frequency
pidx.asfreq('Y')


Output :

As we can see in the output, the PeriodIndex.asfreq() function has converted the frequency of the given PeriodIndex object to the specified frequency.

Dominic Rubhabha-Wardslaus
Dominic Rubhabha-Wardslaushttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Recent Comments

ź°•ģ„œźµ¬ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?
źøˆģ²œźµ¬ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?
ź“‘ėŖ…ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ź“‘ėŖ…ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ė¶€ģ²œģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
źµ¬ģ›”ė™ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ź°•ģ„œźµ¬ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ģ˜¤ģ‚°ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ź“‘ėŖ…ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?
ģ•ˆģ–‘ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?
ė¶€ģ²œģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ė™ķƒ„ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ģ„œģšøģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ė¶„ė‹¹ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ė¶€ģ²œģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ķ™”ź³”ė™ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?
ź°•ģ„œźµ¬ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?
ź³ ģ–‘ģ¶œģž„ģ•ˆė§ˆ on How to store XML data into a MySQL database using Python?
ķ™”ģ„±ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?
ģ²œķ˜øė™ģ¶œģž„ė§ˆģ‚¬ģ§€ on How to store XML data into a MySQL database using Python?