- 博客(6)
- 收藏
- 关注
原创 time提取特征
date_features = { "day_of_week": "dayofweek", "week_of_year": "weekofyear", "year": "year", "quarter": "quarter", "month": "month", "day": "day", ...
2021-12-05 05:25:09 114
原创 Dataframe & Pycharm
## Pycharm 显示多行代码In my work, I need to handle large data frame objects with 50 to 70 columns whose visualisation is very important. PyCharm run window allows for the visualization of just five columns and forces a page break making it difficult to seea .
2021-12-05 05:24:22 229
原创 安装Geopandas的问题 [WinError 126] 找不到指定的模块 —— 解决办法
【一】安装GDAL&FIONA报错A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.一开始安装的时候,提示得先下载gdal 和 fion,在windows中使用pip安装总是有错误,所以需要自己手动配置到https://www.lfd..
2020-11-16 21:42:33 1320
原创 Anaconda & Jupyter 虚拟环境设置
Conda的下载和安装什么是Conda? 官方定义:Package, dependency and environment management for any language—Python, R, Ruby, Lua, Scala, Java, JavaScript, C/ C++, FORTRANConda就是一个虚拟环境和包(库)依赖管理工具下载地址:Downloading conda对于Windows版本的,确定Python版本和系统类型直接下载安装包进行安装对于Linux和m
2020-11-08 01:16:46 418
原创 数据库复习
第四章 数据库安全性一 计算机安全概述计算机系统的三类安全性问题技术安全管理安全政策法律只讨论技术安全安全标准TCSEC/TDI(扩展到数据库) 分为四组 七个等级 安全级别 定义 备注 D 最小保护 将一切不符合更高标准的系统归类,具有操作系统的基本功能 C1 自主安全保护 进行自主存取控制D
2019-03-13 14:30:06 517
原创 小白记录java-1
package hello;import java.util.Scanner;public class Main { public static void main(String[] args) { // TODO Auto-generated method stubint fahr;Scanner in=new Scanner(System.in);System.out.p
2017-09-17 14:48:18 199
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人