Skip to content

Commit

Permalink
Remove link to local file
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Aug 27, 2021
1 parent 2c8c5e1 commit be78144
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,3 @@
shutil.copyfileobj(infile, outfile)
print(fname + " has been imported.")


# # Convert oeis_dataset.csv into a dataframe
# df = pd.read_csv("full_dataset_oeis.csv", sep="|", header=None)
# # df["id"] = range(1, 1+len(df))
# df.index = df.index + 1
# df.columns = ["sequence_id", "sequence_name", "date_link", "de"]
# # df = pd.read_csv("../csv_datasets/data_337994_342885.csv", sep="|",
# # header=None)
# df.to_csv(r"full_dataset_oeis_after_pandas.csv",
# sep="|",
# header=None)

0 comments on commit be78144

Please sign in to comment.