Spaces:
Sleeping
Sleeping
Update datacreation.ipynb
Browse files- 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=\"
|
| 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",
|