Mizuno templates. Some notes.
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
from pathlib import Path
|
||||
import pandas as pd
|
||||
import
|
||||
|
||||
from pandas.core.frame import FormattersType
|
||||
|
||||
currentdir = "/Users/normrasmussen/Documents/Work/CustomerNotes/"
|
||||
path_dir = Path("/Users/normrasmussen/Documents/Work/CustomerNotes/")
|
||||
pd.DataFrame()
|
||||
x = pd.DataFrame()
|
||||
|
||||
|
||||
def path_files(path_dir):
|
||||
@ -23,5 +21,6 @@ def path_files(path_dir):
|
||||
company = strfile.split()
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
path_files(path_dir)
|
||||
|
||||
Reference in New Issue
Block a user