File tree Expand file tree Collapse file tree
python-sqlite-sqlalchemy/project/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def get_books_by_publisher(data, ascending=True):
2525
2626 Args:
2727 data: The pandas dataframe to get the
28- ascending: The sorting direction for the returned data.
28+ ascending: The sorting direction for the returned data.
2929 Defaults to True.
3030
3131 Returns:
@@ -42,7 +42,7 @@ def get_authors_by_publisher(data, ascending=True):
4242
4343 Args:
4444 data: The pandas dataframe to get the data
45- ascending: The sorting direction for the returned data.
45+ ascending: The sorting direction for the returned data.
4646 Defaults to True.
4747
4848 Returns:
Original file line number Diff line number Diff line change 22This program gathers information from the temp_data.csv file about temperature
33"""
44
5- from typing import List
65from uuid import uuid4
76
87from pkg_resources import resource_filename
You can’t perform that action at this time.
0 commit comments