Zack commited on
Commit
d08a16c
1 Parent(s): 1dcf872

refactor: Rename labor-hourly-short.csv to use snake case

Browse files
.idea/workspace.xml CHANGED
@@ -4,7 +4,8 @@
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
- <list default="true" id="72819ac5-9a78-4a8a-aab7-199c2790b503" name="Changes" comment="feat: Attempt to get time-series model to work with our data">
 
8
  <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
9
  </list>
10
  <option name="SHOW_DIALOG" value="false" />
@@ -61,7 +62,7 @@
61
  <workItem from="1690570831453" duration="3175000" />
62
  <workItem from="1690584980736" duration="631000" />
63
  <workItem from="1690595464187" duration="1660000" />
64
- <workItem from="1690814760676" duration="5257000" />
65
  </task>
66
  <task id="LOCAL-00001" summary="feat: Attempt to get time-series model to work with our data">
67
  <option name="closed" value="true" />
@@ -71,7 +72,31 @@
71
  <option name="project" value="LOCAL" />
72
  <updated>1690572412668</updated>
73
  </task>
74
- <option name="localTasksCounter" value="2" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  <servers />
76
  </component>
77
  <component name="TypeScriptGeneratedFilesManager">
@@ -90,6 +115,9 @@
90
  </component>
91
  <component name="VcsManagerConfiguration">
92
  <MESSAGE value="feat: Attempt to get time-series model to work with our data" />
93
- <option name="LAST_COMMIT_MESSAGE" value="feat: Attempt to get time-series model to work with our data" />
 
 
 
94
  </component>
95
  </project>
 
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
+ <list default="true" id="72819ac5-9a78-4a8a-aab7-199c2790b503" name="Changes" comment="fix: Give temp file to read contents into dataframe">
8
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
  <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
10
  </list>
11
  <option name="SHOW_DIALOG" value="false" />
 
62
  <workItem from="1690570831453" duration="3175000" />
63
  <workItem from="1690584980736" duration="631000" />
64
  <workItem from="1690595464187" duration="1660000" />
65
+ <workItem from="1690814760676" duration="6823000" />
66
  </task>
67
  <task id="LOCAL-00001" summary="feat: Attempt to get time-series model to work with our data">
68
  <option name="closed" value="true" />
 
72
  <option name="project" value="LOCAL" />
73
  <updated>1690572412668</updated>
74
  </task>
75
+ <task id="LOCAL-00002" summary="feat: Add data cleaning method">
76
+ <option name="closed" value="true" />
77
+ <created>1690827240403</created>
78
+ <option name="number" value="00002" />
79
+ <option name="presentableId" value="LOCAL-00002" />
80
+ <option name="project" value="LOCAL" />
81
+ <updated>1690827240403</updated>
82
+ </task>
83
+ <task id="LOCAL-00003" summary="feat: Add labor-hourly-short.csv">
84
+ <option name="closed" value="true" />
85
+ <created>1690827547457</created>
86
+ <option name="number" value="00003" />
87
+ <option name="presentableId" value="LOCAL-00003" />
88
+ <option name="project" value="LOCAL" />
89
+ <updated>1690827547457</updated>
90
+ </task>
91
+ <task id="LOCAL-00004" summary="fix: Give temp file to read contents into dataframe">
92
+ <option name="closed" value="true" />
93
+ <created>1690828172670</created>
94
+ <option name="number" value="00004" />
95
+ <option name="presentableId" value="LOCAL-00004" />
96
+ <option name="project" value="LOCAL" />
97
+ <updated>1690828172670</updated>
98
+ </task>
99
+ <option name="localTasksCounter" value="5" />
100
  <servers />
101
  </component>
102
  <component name="TypeScriptGeneratedFilesManager">
 
115
  </component>
116
  <component name="VcsManagerConfiguration">
117
  <MESSAGE value="feat: Attempt to get time-series model to work with our data" />
118
+ <MESSAGE value="feat: Add data cleaning method" />
119
+ <MESSAGE value="feat: Add labor-hourly-short.csv" />
120
+ <MESSAGE value="fix: Give temp file to read contents into dataframe" />
121
+ <option name="LAST_COMMIT_MESSAGE" value="fix: Give temp file to read contents into dataframe" />
122
  </component>
123
  </project>
labor-hourly-short.csv → labor_hourly_short.csv RENAMED
File without changes