- 博客(6)
- 收藏
- 关注
原创 Spark | PySpark的安装及配置(Mac)
下载安装JDKJDK Download下载安装sparkSpark Download配置环境变量打开Terminalnano .bash_profilesetting path for spark 如图所示,添加下面几行export SPARK_PATH=~/spark-3.0.0-preview2-bin-hadoop2.7export PYSPARK_DRIVER_PYT...
2020-03-19 00:03:54 771
原创 R | RStudio 修改或查看快捷键(Mac)
1.修改快捷键:点击Tools->Global Options->Code->Modify Keyboard Shortcuts. 2.查看快捷键:shift+option+k
2019-10-29 11:27:04 6334 1
原创 Python | Jupyter Notebook 常用快捷键总结
在Command模式下,按H键,可调出如下图所示快捷键总结图B 下方插入代码行A 上方插入代码行
2019-10-05 15:49:04 908
原创 Python | pip install pandas, numpy, matplotlib, scikit-learn等包(Mac)
我之前一直使用的Windows系统,也是最近开学才换了Mac,所以就再重新安装一次这些包吧。python3 -u pip install pandaspython3 -u pip install numpy
2019-09-08 17:46:42 1549
原创 LeetCode | 一只数据媛的刷题笔记(2)
LeetCode 26 Remove Duplicates from Sorted ArrayGiven a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length.Do not allocate extra space...
2019-09-07 23:01:06 131
原创 LeetCode | 一只数据媛的刷题笔记(1)
LeetCode 27 Remove Element 移除元素leetcode - remove element力扣 - 移除元素Given an array nums and a value val, remove all instances of that value in-place and return the new length.给定一个数组 nums 和一个值 val,你需要...
2019-09-01 15:56:39 116
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人