File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8517,13 +8517,13 @@ def test_replace_period(self):
8517
8517
8518
8518
def test_replace_datetime(self):
8519
8519
d = {'fname':
8520
- {'out_augmented_AUG_2011.json': pd.Timestamp('2011/ 08'),
8521
- 'out_augmented_JAN_2011.json': pd.Timestamp('2011/ 01'),
8522
- 'out_augmented_MAY_2012.json': pd.Timestamp('2012/ 05'),
8523
- 'out_augmented_SUBSIDY_WEEK.json': pd.Timestamp('2011/ 04'),
8524
- 'out_augmented_AUG_2012.json': pd.Timestamp('2012/ 08'),
8525
- 'out_augmented_MAY_2011.json': pd.Timestamp('2011/ 05'),
8526
- 'out_augmented_SEP_2013.json': pd.Timestamp('2013/ 09')}}
8520
+ {'out_augmented_AUG_2011.json': pd.Timestamp('2011- 08'),
8521
+ 'out_augmented_JAN_2011.json': pd.Timestamp('2011- 01'),
8522
+ 'out_augmented_MAY_2012.json': pd.Timestamp('2012- 05'),
8523
+ 'out_augmented_SUBSIDY_WEEK.json': pd.Timestamp('2011- 04'),
8524
+ 'out_augmented_AUG_2012.json': pd.Timestamp('2012- 08'),
8525
+ 'out_augmented_MAY_2011.json': pd.Timestamp('2011- 05'),
8526
+ 'out_augmented_SEP_2013.json': pd.Timestamp('2013- 09')}}
8527
8527
8528
8528
df = pd.DataFrame(['out_augmented_AUG_2012.json',
8529
8529
'out_augmented_SEP_2013.json',
You can’t perform that action at this time.
0 commit comments