当前位置:网站首页>sqlite加载csv文件,并做数据分析
sqlite加载csv文件,并做数据分析
2022-06-26 15:06:00 【MonkeyKing_sunyuhua】
csv文件太多,很难做数据分析,可以下载sqllite到本地,将数据导入到sqllite中并做数据分析。
1、下载并安装sqlite3,注意windows需要下载sqllite3的两个文件
下载地址:https://www.sqlite.org/download.html
2、解压到同一个目录下面即可

3、将csv文件导入到sqlite中,有很多种方式,自己选择一种
3.1 点击sqllite3.exe文件
3.2 新建一个db数据库
.open billing-20220625.db

3.3 制定导入的规整
.separator ','
3.4 导入csv文件到数据库中
.import billing.csv billing
billing.csv 分析的csv文件名称
billing 对应的数据库表名称
4、使用Navicat等工具链接上sqlite,进行数据分析


边栏推荐
- The R language cartools package divides data, the scale function scales data, and the KNN function of the class package constructs a k-nearest neighbor classifier
- Unity C # e-learning (10) -- unitywebrequest (1)
- [tcapulusdb knowledge base] Introduction to tcapulusdb system management
- 【TcaplusDB知识库】TcaplusDB单据受理-创建业务介绍
- R language dplyr package summary_ The at function calculates the mean and median of multiple data columns (specified by vectors) in the dataframe data, and specifies na RM parameter configuration dele
- 杜老师说网站更新图解
- BLE抓包调试信息分析
- Unity C # e-learning (VIII) -- www
- 数据库-序列
- Get the intersection union difference set of two dataframes
猜你喜欢

【ceph】cephfs的锁 笔记
![[tcapulusdb knowledge base] tcapulusdb doc acceptance - transaction execution introduction](/img/7c/25a88f46e02cebd2e003b9590b9c13.png)
[tcapulusdb knowledge base] tcapulusdb doc acceptance - transaction execution introduction

【TcaplusDB知识库】TcaplusDB OMS业务人员权限介绍
杜老师说网站更新图解
MySQL数据库基本SQL语句教程之高级操作

Database - integrity constraints

English grammar_ Adjective / adverb Level 3 - original sentence pattern

Restcloud ETL extraction de données de table de base de données dynamique
![[tcapulusdb knowledge base] tcapulusdb doc acceptance - create business introduction](/img/05/8ec56393cac534cb5a00c10a1a9f32.png)
[tcapulusdb knowledge base] tcapulusdb doc acceptance - create business introduction

Vsomeip3 dual computer communication file configuration
随机推荐
人力资源导出数据 excel VBA
The DOTPLOT function in the epidisplay package of R language visualizes the frequency of data points in different intervals in the form of point graphs, specifies the grouping parameters with the by p
R language dplyr package summary_ The at function calculates the mean and median of multiple data columns (specified by vectors) in the dataframe data, and specifies na RM parameter configuration dele
Is the QR code for account opening given by the manager of the securities firm safe? Who can I open an account with?
Pytorch深度学习代码技巧
Smoothing data using convolution
Function: crypto JS encryption and decryption
Kubernetes的pod
Redis事务与watch指令
English grammar_ Adjective / adverb Level 3 - original sentence pattern
【ceph】cephfs caps简介
Unity C# 网络学习(八)——WWW
[tcapulusdb knowledge base] Introduction to tcapulusdb system management
R语言dplyr包intersect函数获取在两个dataframe中都存在的数据行、获取两个dataframe交叉的数据行
clustermeet
Restcloud ETL extraction de données de table de base de données dynamique
Bank of Beijing x Huawei: network intelligent operation and maintenance tamps the base of digital transformation service
The R language cartools package divides data, the scale function scales data, and the KNN function of the class package constructs a k-nearest neighbor classifier
Unity C # e-learning (10) -- unitywebrequest (2)
Unity C# 网络学习(十)——UnityWebRequest(二)