Python数据分析处理范畴,在其他数据环境下不适用,请谨慎下载。
2022-02-25 14:07:13 98.46MB python 数据分析 其他 后端
1
网上有很多类似例子,但很多在VC6.0环境下不能使用, 例子在《把脉VC++》第6章源码基础上进行修改。主要修改内容包括:vc6.0中GetCount()没有,用GetSize代替;Tokenize采用AfxExtractSubString进行代替;书中源码在VC6.0环境下不能直接使用,但是整个编程思想还是很值得借鉴。在此向原作者致敬。例子主要功能包括: 1、实现对test.csv文件的读写(例子主要是读); 2、可以辨别CSV文件中的注释行(例子以符号“;”为注释行); 3、可以剔除空行; 注:由于本人非编程专业,代码不一定简洁,非喜勿喷,有问题可联系,共同探讨。
2022-02-23 15:43:07 37KB VC6.0 CSV C++ 文件读取
1
csv是逗号分隔符,该小工具也支持其他分隔符如竖线(|)、井号(#)或其他自定义的字符串。 csv只是文本文件后缀名,也可以是txt或其他后缀名的文本文件。 编译环境jdk1.8 cmd、linux下可运行 自动转换同jar包路径下的所有 自动trim(去除单元格里内容的前后空格) 字符集为UTF8。 开发说明见csdn blog:https://blog.csdn.net/muxiong0308/article/details/123050015
2022-02-21 22:05:23 21.13MB jar 其他 java csv
spambase数据集 csv格式 链接:https://pan.baidu.com/s/1jFkaY2iT-NBghyrCaSu-kw 提取码:93vp
2022-02-21 19:06:03 687KB spambase.csv
1
制药&医疗行业计算机系统验证~GAMP5及计算机化系统验证相关知识 系统的介绍了计算机系统验证的流程、目的、内容以及控制程序
2022-02-21 19:03:59 5.25MB CSV 系统验证 计算机系统验证
数值算法.csv数值算法.csv
2022-02-21 19:00:21 3KB 算法
streamlit对应CSV文件,保存后需在py中修改对应路径
2022-02-21 09:17:25 27KB streamlit
1
Python、数据分析、文档整理合并。
2022-02-17 19:09:19 62.74MB python 数据分析 开发语言 后端
1
TV Shows and Movies listed on Netflix This dataset consists of tv shows and movies available on Netflix as of 2019. The dataset is collected from Flixable which is a third-party Netflix search engine. In 2018, they released an interesting report which shows that the number of TV shows on Netflix has nearly tripled since 2010. The streaming service’s number of movies has decreased by more than 2,000 titles since 2010, while its number of TV shows has nearly tripled. It will be interesting to explore what all other insights can be obtained from the same dataset. Integrating this dataset with other external datasets such as IMDB ratings, rotten tomatoes can also provide many interesting findings. Inspiration Some of the interesting questions (tasks) which can be performed on this dataset - Understanding what content is available in different countries Identifying similar content by matching text-based features Network analysis of Actors / Directors and find interesting insights Is Netflix has increasingly focusing on TV rather than movies in recent years.
2022-02-17 12:45:10 2.3MB python
1
用Lua语言写的一个配置文件转换工具,能够将csv配置文件转换为Lua“类文件”。支持的格式有数字、字符串、数字数组、字符数组和table等。内有详细使用说明。水平有限,如有Bug或者好的建议欢迎留言交流。
2022-02-16 17:59:33 79KB Lua Csv 配置文件 转换
1