We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8951343 commit 066bd6eCopy full SHA for 066bd6e
src/factiva/analytics/integration/files.py
@@ -7,7 +7,7 @@
7
class SnapshotFiles(object):
8
9
10
- def read_file(self, filepath, stats_only=False, merge_body=False, all_fields=False) -> pd.DataFrame:
+ def read_avro_file(self, filepath, stats_only=False, merge_body=False, all_fields=False) -> pd.DataFrame:
11
"""Reads a single Dow Jones snapshot datafile
12
Parameters
13
----------
0 commit comments