ecaragnano commited on
Commit
1caa8da
·
verified ·
1 Parent(s): b795b0d

Update datacreation.ipynb

Browse files
Files changed (1) hide show
  1. datacreation.ipynb +1 -1
datacreation.ipynb CHANGED
@@ -1061,7 +1061,7 @@
1061
  "outputs": [],
1062
  "source": [
1063
  "def generate_sales_profile(sentiment):\n",
1064
- " months = pd.date_range(end=datetime.today(), periods=18, freq=\"M\")\n",
1065
  "\n",
1066
  " if sentiment == \"positive\":\n",
1067
  " base = random.randint(200, 300)\n",
 
1061
  "outputs": [],
1062
  "source": [
1063
  "def generate_sales_profile(sentiment):\n",
1064
+ " months = pd.date_range(end=datetime.today(), periods=18, freq=\"ME\")\n",
1065
  "\n",
1066
  " if sentiment == \"positive\":\n",
1067
  " base = random.randint(200, 300)\n",