In the Chapter 1, I would like to import the table from my csv file as bellow. The problem is that I want to create separate folders to store all my import files (
.csv
format), let name the folder as "Input Files". How would I set up it correctly? And how to display exactly a number of decimals from .csv
file in pdf format? For e.g, my .csv has 3 decimal numbers (0.351), but the pdf only displays 2 decimal (0.35)Code: Select all
Code, edit and compile here:
% Chapter 1\pgfplotstabletypeset[col sep=comma,columns/Year/.style={string type},columns/Gini index for household incomes /.style={string type},%draw the line among head rowsevery head row/.style={before row = \toprule,after row = \midrule},every last row/.style={after row=\bottomrule}]{BOI_Gini_income_household.csv}
Code: Select all
Code, edit and compile here:
%CSV fileYear,Gini index for household incomes2010,0.3512008,0.3532006,0.3492004,0.3532002,0.3592000,0.361998,0.3741995,0.3621993,0.3661991,0.3251989,0.334