amylonidis commited on
Commit
660ce40
·
verified ·
1 Parent(s): 26957cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -74,6 +74,9 @@ that were published from March until April in 1985.
74
 
75
  ```python
76
 
 
 
 
77
  def load_csvs_from_huggingface( start_date, end_date):
78
  """
79
  Load only the necessary CSV files from a Hugging Face dataset repository.
 
74
 
75
  ```python
76
 
77
+ import pandas as pd
78
+ from datetime import datetime
79
+
80
  def load_csvs_from_huggingface( start_date, end_date):
81
  """
82
  Load only the necessary CSV files from a Hugging Face dataset repository.