feat: rename the .csv folder.
This commit is contained in:
parent
9f4eaf5ebe
commit
d1a96c2dff
Can't render this file because it contains an unexpected character in line 3 and column 1.
|
@ -22,15 +22,15 @@ import csv
|
|||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
pathIntegers : str = ".data/row_numbers.csv"
|
pathIntegers : str = ".csv/row_numbers.csv"
|
||||||
pathSentences : str = ".data/sentences.csv"
|
pathSentences : str = ".csv/sentences.csv"
|
||||||
pathUrls : str = ".data/urls.csv"
|
pathUrls : str = ".csv/urls.csv"
|
||||||
pathWords : str = ".data/words.csv"
|
pathWords : str = ".csv/words.csv"
|
||||||
pathNames : str = ".data/names.csv"
|
pathNames : str = ".csv/names.csv"
|
||||||
pathNameModels : str = ".data/name_models.csv"
|
pathNameModels : str = ".csv/name_models.csv"
|
||||||
pathDates : str = ".data/dates.csv"
|
pathDates : str = ".csv/dates.csv"
|
||||||
pathColors : str = ".data/colors.csv"
|
pathColors : str = ".csv/colors.csv"
|
||||||
pathBrands : str = ".data/brands.csv"
|
pathBrands : str = ".csv/brands.csv"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user