GithubHelp home page GithubHelp logo

jmcnamara / pandas_xlsxwriter_charts Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 9.0 2.09 MB

Using Pandas and XlsxWriter to create Excel charts

Home Page: https://pandas-xlsxwriter-charts.readthedocs.io/

License: Other

Makefile 14.70% CSS 8.03% Python 77.27%

pandas_xlsxwriter_charts's People

Contributors

jmcnamara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pandas_xlsxwriter_charts's Issues

Yahoo Finance and Python3 issues

Python3 you need to change:

(-) for tic, data in all_data.iteritems()})
to
(+) for tic, data in all_data.items()})

Yahoo Finance 404's on the ticker GOOG, but searching finance.yahoo.com for Google there is a separate ticker called GOOGL which works:

(-) for ticker in ['AAPL', 'GOOG', 'IBM', 'YHOO', 'MSFT']:
to
(+) for ticker in ['AAPL', 'GOOGL', 'IBM', 'YHOO', 'MSFT']:

After applying both changes to my local copy of chart_legend_stock.py and chart_stacked_area3.py and these then ran fine without errors for me under Python3 on my system and generated the xlsx documents.

Question: format table

Hi,
I'm wondering if it's possible to use xlsxwriters-formatting options on the datatable that is written to Excel with pandas to_excel (so not adding a chart, but add formatting (like conditional formatting) to the datatables columns)?

kind regards!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.