refactoring
This commit is contained in:
parent
8b84067f0f
commit
98bf6b4587
@ -1,7 +1,6 @@
|
||||
import subprocess
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
rc = subprocess.call("./process_data.sh")
|
||||
data=pd.read_csv('fake_job_postings.csv')
|
||||
data = data.replace(np.nan, '', regex=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user