Gibin,
I included my Matlab file (compare_SpHeat.m), the digitized data from Engineering Toolbox (Air.xlsx), and a comparison plot (Cp_Comparison.tif).
To answer your questions:
2) How good is it to use this Cantera software for the prediction of Cp, Cv values of different gases?
The short answer is that Cantera is as good of a predictor of variables as your underlying data file. When you use the different objects - Air() vs. GRI30() - you are using different reaction mechanisms. I am going to skip over a lot and I would recommend you look at CHEMKIN documentation (should be available even though the software is not). It will explain a lot of the details.
Anyway, each reaction mechanism consists of at least species data and reaction data. Sometimes, there are transport properties, but that only matters if you're looking at changes in viscosity and some other things, not for Cp/Cv, molecular weight, etc. The Air() object does not have transport properties loaded but the GRI30() mechanism does.
The species data relies on polynomials that are used to generate curve fits (you can find more information here:
http://combustion.berkeley.edu/gri-mech/data/nasa_plnm.html). These polynomials were largely developed at NASA by Bonnie McBride and Sanford Gordon and are colloquially referred to as "the NASA polynomials". For air, especially non-reacting, the NASA polynomial thermodynamic data is considered very good and I would trust it implicitly.
3) Is there any good sources where I can get the different
Thermodynamic reactions and its corresponding thermodynamic values
(required by cantera) for different gases. I am in need of in particular
of gases like Air and SF6.
Generally, there are the well-known reaction mechanisms (some listed here:
https://www.cerfacs.fr/cantera/index.php) that are available to everyone. More exotic ones are usually kept at research labs or facilities and may or may not be available to the public.
I hope this helps, good luck!
Sibylle