Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.format function
#5
But i want to create 3 different DataFrame, exactly like the example i gave :

Table_2016=pd.read_pickle("./0_DATA/0_raw/Table_PM_2016.pkl")
Table_2017=pd.read_pickle("./0_DATA/0_raw/Table_PM_2017.pkl")
Table_2018=pd.read_pickle("./0_DATA/0_raw/Table_PM_2018.pkl")
Reply


Messages In This Thread
.format function - by Menthix - Mar-10-2022, 03:56 PM
RE: .format function - by deanhystad - Mar-10-2022, 04:26 PM
RE: .format function - by Menthix - Mar-10-2022, 04:36 PM
RE: .format function - by deanhystad - Mar-10-2022, 04:53 PM
RE: .format function - by Menthix - Mar-10-2022, 05:03 PM
RE: .format function - by stevendaprano - Mar-12-2022, 10:32 AM
RE: .format function - by deanhystad - Mar-11-2022, 05:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  use of format function barryjo 3 1,802 Feb-01-2022, 08:07 AM
Last Post: menator01
  Date format and past date check function Turtle 5 4,704 Oct-22-2021, 09:45 PM
Last Post: deanhystad
  Money conversion - problems with lists and .format function fatherted99 1 1,898 Mar-12-2020, 06:29 PM
Last Post: ndc85430
  misunderstanding of format in print function Harvey 2 2,285 Oct-29-2019, 12:44 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020