Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Python/pandas convert a BI tab to a dataframe.

is there a way to use Python to convert a tab of a BI file into a dataframe (similar to pd.read_excel) and then convert that data frame to a csv file (df.to_csv).  I have a file with multiple tabs that i would like to automate saving to individual csv files.  Thanks.