
Data Science
文章平均质量分 51
Alaskyed
辣白菜
展开
-
DBeaver 连接 Google BigQuery
DBeaver 连接 Google BigQuery毕业设计要用到Google BigQuery, 但是想要用DBeaver进行远程连接(实在用不惯浏览器端的界面).结果发现DBeaver 真 的 可 以 !! DBeaver提供了Google BigQuery驱动, 可以直接连接!首先添加新的连接, 左边标签选择ALL, 然后再上面搜索框搜索 BigQuery, 选中下面的图标, 点击Next.登陆Google BigQuery, 然后进入想要连接的 Project 的仪表盘(Dashboar原创 2022-05-08 06:21:49 · 811 阅读 · 0 评论 -
Pycharm使用anaconda环境 (原环境 base)
Pycharm使用anaconda环境 (原环境 base)注意本教程是针对使用anaconda的新手, 添加的是anaconda自带的base环境!首先打开或者新建一个Python项目File -> Settings -> Project -> Python Interpreter, 然后在右边 Python Interpreter看一下又没有anaconde的选项, 如果有, 就直接选中,然后就可以了, 如果没有那就继续看下去.如果没有默认读取anaconda的选项, 那原创 2021-11-12 04:19:00 · 14535 阅读 · 4 评论 -
解决VS Code 运行 “conda : The term ‘conda‘ is not recognized as the name of a cmdlet, function, script “
今天开始学习Panda, 第一个程序就运行报错了, 错误如下conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.这是错误截原创 2021-11-12 04:04:37 · 12893 阅读 · 1 评论