Skip to content

Commit

Permalink
Update synonyms
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed May 18, 2023
1 parent 5b40431 commit fe2d4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_programming_languages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
" answers=df['8.a. Which programming languages are important to you?'],\n",
" drop_words=[],\n",
" keep_words=['python', 'r', 'stata', 'julia', 'javascript', 'c#', 'java', 'c++', 'sql', 'html', 'shell', 'spark', 'pyspark', 'matlab', 'cuda', 'go', 'spss', 'terraform', 'c', 'groovy'],\n",
" synonyms={'shell': ['bash', 'zsh'], 'sql': ['mysql', 'postgres', 'postgresql']},\n",
" synonyms={'shell': ['bash', 'zsh'], 'sql': ['mysql', 'postgres', 'postgresql'], 'spark': [r'.*spark']},\n",
" drop_rows=[34,70,94,101,104]\n",
")\n",
"c"
Expand Down

0 comments on commit fe2d4a6

Please sign in to comment.