[Chicago] Easy Reports?

Don Drake don at drakeconsulting.com
Wed Aug 28 05:50:15 CEST 2013


Here are some free non-Python solutions that can talk to your MSSQL database:

http://community.jaspersoft.com/
http://www.pentaho.com/explore/pentaho-business-analytics/

Commercial, but probably the best GUI tool:
http://www.tableausoftware.com/products/desktop

Pandas is an option for a python approach, but you will probably run out of memory if you need analyze anything close to your 200GB of data on a single machine.

-Don

--
Don Drake
www.drakeconsulting.com
www.maillaunder.com
312-560-1574
800-733-2143

On Aug 27, 2013, at 10:18 PM, Lukasz Szybalski <szybalski at gmail.com> wrote:

> Hello,
> 
> Do you know if there are any packages that allow easy data analysis? I'm currently using mssql with 200 GB of data. Writing reports for each little variation is starting to be very annoying, not to motioned time consuming. Very fast I now have too many reports that are no longer valid as sales change. Is there storage that will store the data (updated once a month), and then provide some ui to analyze it?
> 
> For example I would load the data in the most detail view into some table or some other format. Every part of information.
> 
> Then send user to some UI page where they would say:
> 
> I want all "sales" by zipcode
> ....
> actually lets do all sales by zipcode and city, and lets sort by $, and another by counts.
> ...
> looks like we are selling in 60641, lets dig in
> ....
> group by male, female, age, show counts, show $ (sort by any of the combinations)
> ....
> Then Vlookup (inner join) into product  table on product_id and lets sort by $sales/$cost...etc....
> etc.
> 
> I'm looking for "group by", sum(), Avg(), sort by hitting a column name. 
> Is there some python package that does it ? or a combination of different packages? R?, etc....
> 
> Thanks
> Lucas
> 
> 
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20130827/70bfa111/attachment.html>


More information about the Chicago mailing list