-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exporting data to powerBI, ESRI, etc #350
Comments
Specifically, this notebook is one where City Planning would probably want as a PowerBI report. Cell 4 is where we're at a bit of an impasse:
|
Took a look at python/R integration into powerbi today. In theory you can load a pandas/dplyr dataframe and hand it off to a dashboard element. In practice, it really doesn't seem like it works well at all. It does a really bad job of finding a local environment, has ugly shims that break scripts, and I was more-or-less unable to get anything to work. There are connectors for web URLs and Redshift -- those may ultimately be better options |
I would say using a default connector would significantly reduce the overhead by PMU to access this data and others who use PowerBI. The other default connectors can also support some of the DBMS that Planning has as well I think it is a matter of getting a current environment description and agreement on who may be supporting it after the transfer through working with David Terukina and Mony's teams on the systems side. Our GIS side has data on SQL Server and the spatial data for the web gis on an ArcGIS data store. @ian-r-rose The Python integration for me seems more for ad-hoc reports and less for live or dynamically updated ones. I think Python visualizations should be kept in their native environment since trying to work in Python with PowerBI is additional setup overhead we want to abstract away. Also, there are data input limits and no cross-filtering which is a key feature of PowerBI reports. Microsoft spells out the limitations here. |
Pipeline test from Civis -> Google Sheets -> PowerBi worked |
Very nice |
I was also able to successfully run the 100,000 records x 22 columns was okay Export output log:
|
Currently, the ITA team and Planning PMU team have been working on getting a project done regarding planning entitlements.
This project consists of 3-4 source datasets, some static (Census, etc) and a couple dynamic (PCTS - Planning Case Tracking System).
We have a number of cleaning scripts (see
src
) and a custom package for subsetting this data (seelaplan
). We'd like to expose this to end users in the planning performance management section (Power BI, Excel, GDrive) and the GIS unit (Arc) to start.Here are the options I see, but curious if Civis has worked with this before.
Ref
The text was updated successfully, but these errors were encountered: