Skip to content

Instantly share code, notes, and snippets.

View caseyjconger's full-sized avatar

Casey Conger caseyjconger

View GitHub Profile
@caseyjconger
caseyjconger / df_read_csvs_filepattern.py
Last active January 22, 2020 17:22
[df_read_csvs_filepattern] Reads data stored in possibly multiple, but identically formatted csv files identified by matching a path wildcard pattern, into a pandas dataframe #pandas #IO #dataframe #csv
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
#%% %%#
#%% df_read_csvs_filepattern.py %%#
#%% %%#
#%% Author: Casey Conger <casey.conger@priceline.com> %%#
#%% %%#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
import pandas as pd
import tensorflow as tf