作者:数据小人 公众号:中国统计网(cntongji)先额外来点惊喜,使用EXCEL,哪有不用快捷键的,多的记不住,以下几个请尽量记住:F系列F5定位F4 重复 ...
前一篇跟大家详述了关于Excel在作图理念上的诸多细节,今天让我们把聚焦于多分类维度的数据呈现问题。当然今天这篇我会把视角从Excel切换到Tableau,没错就是...
之前在Excel图表合集那篇文章了曾提了几点Excel与其他可视化工具以及编程类软件在可视化理念方面的粗浅理解,有小伙伴儿在后台回复说还是没有听明白。可能是...
教是最好的学要仿制的图表原数据由于原数据过大(微信后台回复“双坐标折线图”可以获得原数据链接)开始选择数据B2:D2单元格(鼠标拖动选择,再按住Ctrl+shift...
早期的数据小魔方用户大概都知道,我最初也是从学习Excel起步的,只是学习的深入了之后,才开开慢慢的迁移到R语言。我往R语言转型并不代表自己开始放弃Excel...
早期的数据小魔方用户大概都知道,我最初也是从学习Excel起步的,只是学习的深入了之后,才开开慢慢的迁移到R语言。我往R语言转型并不代表自己开始放弃Excel...
英文文档classmethod(function)Return a class method for function.A class method receives the class as implicit first argument, just like an instance...
英文文档chr(i)Return the string representing a characterwhose Unicode code point is the integer i. For example, chr(97) returns thestring ‘a’, whil...
英文文档callable(object)Return True if the object argument appearscallable, False if not. If this returns true, it is still possible that a callfai...
英文文档class bytes([source[, encoding[, errors]]])Return a new “bytes” object, which is animmutable sequence of integers in the range 0 ...
英文文档class bytearray([source[, encoding[, errors]]])Return a new array of bytes. The bytearray class is a mutable sequence of integers in t...
今天为大家介绍怎样才算是精通Excel第三部分,也是最难的部分:数据透视表、VBA/VSTO数据透视表 (pivot table) 这个] 翻译比较古怪. 不过名称不是大问题, 只...
英文文档class bool(x)Return a Boolean value, i.e. one of True or False. x is converted using the standard truth testing procedure. If x is false or...
英文文档bin(x)Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to def...
Power Query以往文章:Power Query M函数(1)--数据类型及数据结构Power Query M函数(2)--计算方式与运算符Power Query M函数(3)--数据类型转换、元数据...