Skip to content

Commit

Permalink
update database name
Browse files Browse the repository at this point in the history
  • Loading branch information
kenakamu authored Jun 7, 2020
1 parent 91c872d commit e0234cd
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 e0234cd

Please sign in to comment.