Skip to content

Commit 62291f6

Browse files
committed
fix
1 parent 169153b commit 62291f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymetrics/summarize.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ def get_previous_pypi_downloads(output_folder, dry_run=False):
149149
LOGGER.info('Parsing version column to Version class objects')
150150
if 'version' in data.columns:
151151
data['version'] = data['version'].apply(parse)
152-
if 'PROJECT' in data.columns:
153-
data = data.rename(columns={'PROJECT': 'project'})
154-
data['project'] = data['project'].astype('category')
155152
return data
156153

157154

0 commit comments

Comments
 (0)