I would suggest staying with MySQL and use it for calculation.
You can calculate everything on the fly, like this:
select *,(`price`+`closingPrice`) / 2 AS `avgshareprice` from `tableNa +me`
Your question doesn't give me a clue on where you're stuck at the moment or your MySQL tables structure (notice I've used fields names of the csv file you gave).
And what's the goal of this analysis ?
In reply to Re: Good use for PDL?
by ahmad
in thread Good use for PDL?
by sherab
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |