Skip to content

Instantly share code, notes, and snippets.

@alucarded
Last active May 13, 2019 20:06
Show Gist options
  • Save alucarded/6785b41ef159285b8d5e8ff6ca0c40d0 to your computer and use it in GitHub Desktop.
Save alucarded/6785b41ef159285b8d5e8ff6ca0c40d0 to your computer and use it in GitHub Desktop.
import pandas as pd
# Read CSV file into DataFrame object
csv_df = pd.read_csv(csv_file_path)
# Read XLS/XLSX file into DataFrame object
excel_df = pd.read_excel(excel_io)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment