Classwork 8
Scrapping Web-tables with pd.read_html()
Question 1
- Store the table in the following webpage as a
pandas
’DataFrame
:- Gasoline Pump Components History
- Convert the abbreviated month-year string to datetime using
pd.to_datetime()
withformat='%b-%y'
.
- Convert the abbreviated month-year string to datetime using
- If necessary, use the
Series.str.replace()
method.- For example,
Series.str.replace('A', 'B')
replaces “A” with “B” inSeries
.
- For example,
- Gasoline Pump Components History
- Export the
DataFrame
as a CSV file.
Answer:
Question 2
Store each table in the following webpage as a
pandas
’DataFrame
:Ensure each table has appropriate column names and properly structured observations.
Export the
DataFrame
as a CSV file.
Answer:
Discussion
Welcome to our Classwork 8 Discussion Board! 👋
This space is designed for you to engage with your classmates about the material covered in Classwork 8.
Whether you are looking to delve deeper into the content, share insights, or have questions about the content, this is the perfect place for you.
If you have any specific questions for Byeong-Hak (@bcdanl) regarding the Classwork 8 materials or need clarification on any points, don’t hesitate to ask here.
All comments will be stored here.
Let’s collaborate and learn from each other!