-
Some useful tips for pandas
Select or groupby one column in pandas datafram with multi-level index To select one column in a datafram with multi-level index, you can use a tuple containing the names of the column in different …
-
Data visualization with Python
最近经常用Python画柱状图和heatmap,一般需要存储为矢量图的PDF文件,方便后期编辑。 这里面有些需要注意的地方,记录如下:(另外我还发现在Jupyter中运行Python代码save的图像文件的字体有写异常,往往不是字母重叠就是距离太远,但是在Jupyter以外生成的图片正常。目前我还没有找到其中原因。) 关于pdf的图中启用Truetype字体方便编辑 1 plt.rcParam …