Giter Site home page Giter Site logo

Support Pandas 2 about pybroker HOT 5 CLOSED

edtechre avatar edtechre commented on September 25, 2024
Support Pandas 2

from pybroker.

Comments (5)

edtechre avatar edtechre commented on September 25, 2024 1

I checked in changes that make PyBroker compatible with Pandas 2.0 to the dev branch. Thanks for you help @albertandking!

However, I noticed that YFinance does not work correctly with Pandas 2.0.

I am leaving Pandas compatibility as <2 for now until the dependencies catch up. However, anyone should now be able to update to Pandas 2.0 without any issues in the PyBroker code.

from pybroker.

none2003 avatar none2003 commented on September 25, 2024 1

Is it possible to make pybroker to compatible with pandas 1 and 2 at the same time?

from pybroker.

albertandking avatar albertandking commented on September 25, 2024

Hello Ed, I think we can skip compatibility with Pandas version 1.0 for this upgrade.

  1. This allows us to fully utilize the features of pandas 2.2
  2. It helps keep the code concise, which is beneficial for maintenance and upgrades.
  3. Since Pybroker is highly dependent on Pandas, it would be best to maintain only the main version.

from pybroker.

edtechre avatar edtechre commented on September 25, 2024

Hi @albertandking,

Thank you for your input. I think we should still maintain compatibility with older versions of Pandas since not all users have migrated to Pandas 2.0. And PyBroker's dependencies like YFinance and Alpaca still support Pandas 1.

Note, PyBroker avoids using Pandas as much as possible due to its general opaque and variable (bad) performance. Pandas is used for querying from DataSources, and then slicing and querying column values. But computation is largely done outside of Pandas using NumPy arrays, which greatly optimizes PyBroker's performance.

Generally, I want to keep PyBroker from being reliant on Pandas as much as possible, and only use it for querying data and passing back test results.

from pybroker.

edtechre avatar edtechre commented on September 25, 2024

Both Pandas 1.0 and 2.0 are now supported. Pandas 2.0 is now the default dependency.

from pybroker.

Related Issues (20)

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.