Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurya69 authored Sep 30, 2024
1 parent a7d914c commit 1cf438b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions make_csv.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os
import pandas as pd

# This function will make a csv from the data in folder structure
def make_csv(base_path,output_path):


0 comments on commit 1cf438b

Please sign in to comment.