mariocesar VS buckaroo

Compare mariocesar vs buckaroo and see what are their differences.

mariocesar

I’m a software developer, trying to write, create and mostly being a great father (by mariocesar)

buckaroo

Buckaroo - the data wrangling assistant for pandas. Quickly explore dataframes, and run pandas commands via a GUI. Works inside the jupyter notebook. (by paddymul)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
mariocesar buckaroo
3 10
0 158
- -
5.4 8.9
6 months ago 15 days ago
JavaScript Jupyter Notebook
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mariocesar

Posts with mentions or reviews of mariocesar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-01.
  • Ask HN: Who wants to be hired? (September 2023)
    16 projects | news.ycombinator.com | 1 Sep 2023
    - Location: Bolivia, B1H1 visa.

    - Remote: Yes

    - Willing to relocate: Yes

    - Technologies: Django, FastaPI, Python, Docker, Terraform, JavaScript, Ansible, PostgreSQL, MongoDB, React, Vue, Next.js, Vercel, AWS, Zapier, Airtable (Scripting), Notion (API integration)

    - Résumé/CV: https://www.linkedin.com/in/mariocesar/ ask for for my CV by email

    - Email: [email protected]

    SEEKING WORK | Full Stack Python Developer with 10+ years of experience. | Remote and available to Travel

    I have most of my experience working remotely with startups and web-based projects throughout my career. In over half of the projects, I was the sole developer, taking on everything from sysadmin to backend and frontend work.

    My expertise lies in scaling applications to support more users or matching resources to a budget. I specialize in creating custom CRMs for niche industries and can help bring your Minimum Viable Product (MVP) to market while also converting your homemade tools to Software as a Service (SaaS). Additionally, I am skilled in creating complete and robust automation projects using tools such as Zapier, Notion, Airtable, and AppSheet. I am also available to create integrations for your SaaS or in-house tool for Zapier, Make, and other Automation Services.

    To see my coding skills in action, please feel free to check out my GitHub profile https://github.com/mariocesar. I also frequently post code snippets at https://gist.github.com/mariocesar, and you can find most of my links at https://mariocesar.xyz/.

  • Ask HN: Freelancer? Seeking freelancer? (July 2022)
    4 projects | news.ycombinator.com | 1 Jul 2022
    - Email met at: [email protected]

    I have worked most of my life remotely, primarily for startups and related to web-based projects. 6/10 projects I have been a solo developer, building from ground doing sysadmin to backend and frontend work. I now enjoy a day job but still, take on exciting and challenging projects with my software agency https://humanzilla.com.

    We're a small software agency, and we're all family and close friends. We typically help scale apps to support more users or match resources to a budget. Work on creating custom CRMs for niche industries. We can help you get an MVP on the market. Convert your homemade tools to SaaS. We can create complete and robust automation projects with Zapier, Notion, Airtable, AppSheet, and other services. Recently started to automate Content Generation and tools for Sales Lead generation projects.

    You can get an idea of my coding skills by looking at my GitHub profile https://github.com/mariocesar, and I often post code snippets in https://gist.github.com/mariocesar. Most of my links are in https://mariocesar.xyz/

  • Ask HN: Share Your Personal Site
    87 projects | news.ycombinator.com | 6 Apr 2022
    https://mariocesar.xyz

    Soon to be also a Blog :/

    Code that generates my site → https://github.com/mariocesar/mariocesar

buckaroo

Posts with mentions or reviews of buckaroo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-28.
  • PySheets – Spreadsheet UI for Python
    3 projects | news.ycombinator.com | 28 Apr 2024
    I created buckaroo [1] as a better dataframe viewer for jupyter with built in summary stats. It's built to bring a better dataframe experience to people already using pandas/polars. All of it is extensible [2] so that you can customize stats and transformations to your workflow.

    [1] https://github.com/paddymul/buckaroo

  • The Design Philosophy of Great Tables (Software Package)
    7 projects | news.ycombinator.com | 4 Apr 2024
    Great tables has done some really nice work on python/jupyter tables. It looks like they are almost building a "grammar of tables" similar to a grammar of graphics. More projects should write about their philosophy and aims like this.

    I have built a different table library for jupyter called buckaroo. My approach has been different. Buckaroo aims to allow you to interactively cycle through different formats and post-processing functions to quickly glean important insights from a table while working interactively. I took the view that I type the same commands over and over to perform rudimentary exploratory data analysis, those commands and insights should be built into a table.

    Great tables seems built so that you can manually format a table for presentation.

    https://github.com/paddymul/buckaroo

    https://youtu.be/GPl6_9n31NE

  • Ask HN: Problems worth solving with a low-code back end?
    2 projects | news.ycombinator.com | 12 Mar 2024
    JLisp.

    3. It was very easy to define new lowcode commands, and have the frontend add them to the palette. Each command defines two methods "transform" which manipulates the dataframe, and "transform_to_py" which takes the same arguments but emits python code.

    Adoption of my library in general, and the low code UI specifically has been very limited. I'm in the middle of plumbing the lowcode support back in after a refactor of other parts.

    I would like to build a whole ecosystem around JLisp and Buckaroo. Specifically I have some "auto-cleaning" functionality that emits JLisp cleaning and normalization commands, these commands can then be editted in the UI (delete, edit parameters). It's easier to emit JLisp than raw python syntax, it's also much easier to make a UI to manipulate it.

    Do you have a repo to look at? What usecase did you have in mind when you were building it?

    If I were evaluating a low-code backend builder I'd be interested in the examples, and tests. Hopefully the tests would double as examples. For a Workflow type low-code-builder I'd be most interested in the cron functionality.

    [1] https://github.com/paddymul/buckaroo

    [2] http://norvig.com/lispy2.html

  • How to Write a (Lisp) Interpreter (In Python)
    18 projects | news.ycombinator.com | 11 Mar 2024
    I used Norvig’s lisp2.py to build a low code UI. I modified the interpreter to accept JSON flavored lisp, basically replace parens with brackets. The upside is that it was very very easy to make a react front end that manipulates JSON (JLisp). My thinking was, I need a serialization format for operations from the front end, and a way to interpret them. I could write my own language that no one has heard of, or use lisp, which few have used.

    https://github.com/paddymul/buckaroo/blob/main/buckaroo/jlis...

  • Show HN: The Buckaroo Data Table for Jupyter
    1 project | news.ycombinator.com | 26 Nov 2023
  • Buckaroo – the data wrangling assistant for Pandas
    1 project | news.ycombinator.com | 7 Nov 2023
  • Ask HN: Who wants to be hired? (October 2023)
    18 projects | news.ycombinator.com | 2 Oct 2023
    Location: Boston

    Remote: Yes

    Willing to relocate: Yes

    Technologies: talking to users, python, pandas/numpy, jupyter, js/ts

    Résumé/CV: https://www.linkedin.com/in/paddymullen/

    Email: [email protected]

    In my next role, I want a broad mandate to make a meaningful impact within an organization by developing products that address genuine business challenges, with a preference for data related problems.

    Recently I built the data table for Jupyter/Pandas that I have wanted for over a decade. The open source Buckaroo (https://github.com/paddymul/buckaroo) data table combines a performant table, summary statistics, and a low code UI to expedite common data analysis tasks.

  • Ask HN: Who wants to be hired? (September 2023)
    16 projects | news.ycombinator.com | 1 Sep 2023
    wanted for over a decade. The open source Buckaroo https://github.com/paddymul/buckaroo data table combines a performant table, summary statistics, and a low code UI to
  • Ask HN: Who wants to be hired? (June 2023)
    21 projects | news.ycombinator.com | 1 Jun 2023
  • Pandas AI – The Future of Data Analysis
    7 projects | news.ycombinator.com | 17 May 2023
    This morning I added a "Related Projects" [3] Section to the Buckaroo docs. If Buckaroo doesn't solve your problem, look at one of the other linked projects (like Mito).

    [1] https://github.com/approximatelabs/sketch

    [2] https://github.com/paddymul/buckaroo

    [3] https://buckaroo-data.readthedocs.io/en/latest/FAQ.html

What are some alternatives?

When comparing mariocesar and buckaroo you can also consider the following projects:

open-source-rover - A build-it-yourself, 6-wheel rover based on the rovers on Mars!

electron-orbitals - Hydrogen electron orbitals, and the software to render them.

llama2.f90 - LLaMA2 model in Fortran [Moved to: https://github.com/rbitr/llm.f90]

resume

knowledge - Everything I know

resume - My résumé.

d20-hardware - Hardware design files for the icosahedran d20 build.

applin-rails-demo - Example of how to use applin-rails.

cv

resume - My latest resume

CutBox - CutBox makes your macOS pasteboard awesome.

resume