Skip to content

Commit

Permalink
Merge pull request #23 from kenakamu/patch-1
Browse files Browse the repository at this point in the history
update database name
  • Loading branch information
MikeRys authored Jun 10, 2020
2 parents 6da89a9 + e0234cd commit 1ff507a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Spark.NET C#/Tweets/02_TweetAnalysis_Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
],
"metadata": {},
"source": [
"var topics = spark.Table(\"TweetAnalysis.Topics\");\n",
"var topics = spark.Table(\"buildtweetanalysis.Topics\");\n",
"\n",
"topics.GroupBy(Lower(Col(\"topic\")).As(\"topic\"), Col(\"date\"))\n",
" .Agg(Count(\"author\").As(\"count\"), CountDistinct(\"author\").As(\"dist_author_count\"))\n",
Expand Down Expand Up @@ -210,4 +210,4 @@
"attachments": {}
}
]
}
}

0 comments on commit 1ff507a

Please sign in to comment.