We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856223d commit 1ab25bcCopy full SHA for 1ab25bc
python-sqlite-sqlalchemy/project/examples/example_1/main.py
@@ -20,7 +20,7 @@ def get_data(filepath):
20
21
22
def get_books_by_publisher(data, ascending=True):
23
- """Returns the books by the associated publisher as a pandas series
+ """Returns the books by each publisher as a pandas series
24
25
Args:
26
data: The pandas dataframe to get the from
@@ -34,7 +34,7 @@ def get_books_by_publisher(data, ascending=True):
34
35
36
def get_authors_by_publisher(data, ascending=True):
37
- """Returns the authors by the associated publisher as a pandas series
+ """Returns the authors by each publisher as a pandas series
38
39
40
data: The pandas dataframe to get the data from
0 commit comments