Storing data in mysql

2016-06-02 Thread Anup reni
How to store this 3 dimensional data in Mysql database for plotting on map?
​
-- 
https://mail.python.org/mailman/listinfo/python-list


2d matrix into Nx3 column data

2016-06-02 Thread Anup reni
i would like to transform this:

  -1 0-0.8  0.64 -0.36-0.4  0.16 -0.84
 0.0 0 -1.00
 0.4  0.16 -0.84
 0.8  0.64 -0.36

to something like this:

 x  y  result
id1  -0.8 -10.642  -0.8  0   -0.363  -0.4 -1
0.164  -0.4  0   -0.845   0.0 -10.006   0.0  0   -1.007   0.4 -1
 0.168   0.4  0   -0.849   0.8 -10.6410  0.8  0   -0.36
-- 
https://mail.python.org/mailman/listinfo/python-list


Data storing

2016-02-02 Thread Anup reni
Hi I'm new to python and planning to make a web app which contains a large
amount of data and involves comparing two data sets. Which is better to use
in python, a Dictionary or Mysql?
-- 
https://mail.python.org/mailman/listinfo/python-list