Code Monkey home page Code Monkey logo

Comments (2)

dotsdl avatar dotsdl commented on June 26, 2024

This may require a thin abstraction layer between Bundle and its underlying members in order for it and Members to include the same methods.

from mdsynthesis.

dotsdl avatar dotsdl commented on June 26, 2024

Working on this now. The basic idea is that Bundle and Members will look similar in interface to a Container, having tags, categories, and data properties that allow manipulations on all members.

One point of interest: I currently have a Group.members.data.retrieve() method that will work for dataframe data by creating a multi-index concatenation of the dataframes for each member corresponding to the given handle. The first index level contains the name of the member (which is actually a minor problem, since names need not be unique (though neither must indexes)), while the second level gives the original index. This can work fine for dataframes and series, but will simply not work for Panel and Panel4D structures.

I'm not sure what reasonable aggregation scheme for these structures should be. Further, what's a reasonable structure for data that are numpy arrays or pure python (pickled) structures? Should we just through the structures in a list, essentially doing:

out = [ member.data.retrieve(handle) for member in group.members ]

Thoughts?

from mdsynthesis.

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.