Skip to content

Commit

Permalink
Make output more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway committed Jan 9, 2025
1 parent 769365b commit 860c958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions socrata/socrata_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
from pyathena import connect
from pyathena.pandas.cursor import PandasCursor

pd.set_option("display.max_rows", None)

# Create a session object so HTTP requests can be pooled
session = requests.Session()
session.auth = (
Expand Down

0 comments on commit 860c958

Please sign in to comment.