数据整理
nameisstevenwang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【数据可视化】Stackplot
Matplotlib.pyplot.stackplot() in Python Example #1: Using Stackplot The code describes the x-axis as number of days from Monday to Friday while Y-axis is represented by No of Study and playing time is represented by red and cyan color respectively.原创 2022-11-30 10:40:49 · 347 阅读 · 2 评论 -
数据整理
寻找以及统计一些字符串 #################### ###### Test 1 ###### #################### name = 'a中国12' #定义一个字符串 print(name.capitalize())#把字符串首字母大写 # A中国12 print(name.center(50,'*'))#把字符串居中的 # ***************...原创 2019-09-12 08:44:48 · 159 阅读 · 0 评论
分享