Skip to content

Commit

Permalink
Merge pull request #8 from ChrisOKay/patch-1
Browse files Browse the repository at this point in the history
fix: import pandas in stdf2excel example
  • Loading branch information
cmars committed Mar 21, 2018
2 parents bad2042 + 3f78d15 commit 56e511d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/stdf2excel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import sys, os
from pystdf.Importer import STDF2DataFrame
import pystdf.V4
import pandas as pd


def toExcel(fname,tables):
Expand Down

0 comments on commit 56e511d

Please sign in to comment.