Andrus Adamchik's Avatar

Andrus Adamchik

@andrus.adamchik.org

Java open-source & ObjectStyle Making Java a viable option for data processing / analysis at DFLib.org Apache Software Foundation member / ex VP

314 Followers  |  183 Following  |  172 Posts  |  Joined: 14.11.2024  |  1.9805

Latest posts by andrus.adamchik.org on Bluesky

Matches my experience

11.07.2025 11:24 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
DFLib 2.0.0-M3 release ยท dflib dflib ยท Discussion #505 Happy to announce M3, a major new milestone of DFLib 2.0.0. The highlight of this release is a new "expression language" : df.cols("a").merge("int(a) * 35.") // instead of // df.cols("a").merge($in...

DFLib just got a parsable expression grammar. Those expressions can be thought of as parts of SQL for the purpose of column transformation, filtering and (soon) DataFrame sorting

github.com/dflib/dflib/...

01.07.2025 19:06 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Wow, just got a piece of decent code out of Gen AI - a deep clone method for an Open API descriptor tree. Still had to go line by line, adding missing properties, but the code was generally clean and meaningful. Unfortunately such success is a rare occasion

26.06.2025 23:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

My first time at @lu.voxxeddays.com. Pretty exciting!

In the meantime, working on getting the next DFLib milestone out of the door with the new parser of SQL-like expressions, making expressions more readable compared to the current Java DSL

10.06.2025 19:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Just updated my Java dataframe test & benchmark. @andrus.adamchik.org contributed an implementation for DFLib, which is now the fastest Java dataframe (not counting @duckdb.org which is much faster, but doesn't give you the dataframe syntax)

github.com/mathijs81/ja...

05.06.2025 18:04 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The a5 version of the Jupyter kernel is officially released. Looking forward to feedback on the new Maven engine. I feel like adding a flag equivalent to "mvn -U" for snapshot refreshing may be the next logical step.

github.com/dflib/jjava/...

29.05.2025 21:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Original post on mastodon.clipperz.is

Request for name suggestions:
I am building a language to define data schema (similarly to what xsd and json-schema do) that is format independent, and thus it could be used to validate data serialized in multiple different formats.
Itโ€™s optimized for ergonomics, as I find current schema [โ€ฆ]

24.05.2025 21:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 2    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

Try googling (or whatever the term is for ChatGPT ๐Ÿ™‚) for "Jupyter keyboard shortcuts". Notebook keyboard navigation is awesome and makes you very productive (inserting cells above and below, changing cell type between code and markdown, etc.)

23.05.2025 19:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The "TAB" key should do it.

23.05.2025 19:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Been testing the soon-to-be-released DFLib JJava Jupyter kernel v1.0-a5. No more Ivy there, just pure Maven. Makes dependency management so much more reliable.

22.05.2025 21:00 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

Ok, the first version of the docs just got published at the link above.

20.05.2025 23:50 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Every 10-20 years, a breakthrough technology promises non-developers to finally create software without needing to hire programmers.

So far, every such technology resulted in the need for more devsโ€ฆ expert in this NEW technology (or knowing how to fix it up).

Every. Time.

18.05.2025 15:10 โ€” ๐Ÿ‘ 476    ๐Ÿ” 112    ๐Ÿ’ฌ 20    ๐Ÿ“Œ 16

Thanks! Yeah, we'll prioritize filling this gap in the docs. For now, look up the class called "Excel" and its static methods. E.g.:

// load all sheets
Map<String, DataFrame> data = Excel.load("my.xlsx");

// load a single sheet
DataFrame df = Excel.loadSheet("my.xlsx", "Sheet 1");

16.05.2025 18:54 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Back to the Future of Software: How to Survive AI with Intent Integrity Chain by Baruch Sadogursky Great Scott! The robots are coming for your jobโ€”and this time, they brought unit tests. Join Doc and Marty from the Software Future (Baruch and Leonid) as they race back in time to help you fight the ...

Enjoyed the closing keynote at @geecon.bsky.social by @jbaru.ch and Leonid Igolnik. They tried to envision an "enterprise" version of vibe coding (that's not how they worded it ๐Ÿ™‚) Though futuristic, it came out rather convincing speaking.jbaru.ch/DVCzoZ/back-...

16.05.2025 16:16 โ€” ๐Ÿ‘ 6    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Today I learned that my position at Microsoft was discontinued, amongst many others. Please reach out if it makes sense for us to explore something new together. My bio is always up-to-date. reza-rahman.me/about/

13.05.2025 18:35 โ€” ๐Ÿ‘ 11    ๐Ÿ” 8    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Andrus Adamchik presenting DFLib in a Jupyter notebook in front of a screen

Andrus Adamchik presenting DFLib in a Jupyter notebook in front of a screen

Tonight, @andrus.adamchik.org is giving us an overview of DFLib!

30.04.2025 22:17 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

Server management approach is often described as "pets vs cattle". I think the same analogy might apply to data representation in apps: objects - "pets" ๐Ÿ•, DataFrames - "cattle" ๐Ÿ„ . Too brutal?

20.04.2025 01:33 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Very nice! I resisted the urge to make โ€œ$โ€ a method name in DFLib for expression shortcuts, but here it looks very natural ๐Ÿ™‚

19.04.2025 22:14 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Release Introducing JBang Jash ยท jbangdev/jbang-jash JBang Jash (pronounced Jazz, the music style) is a Java library to provide way to run process or shell scripts that is fluent, predictable and with a great developer experience. To use it add a dep...

Ever been annoyed with how complex it is to execute processes in Java and handle stdin, stdout and stderr?

Me too - so Introducing JBang Jash - github.com/jbangdev/jba...

19.04.2025 21:38 โ€” ๐Ÿ‘ 29    ๐Ÿ” 9    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
Preview
DataFrame - A Swiss Army Knife of Java Data Processing, Wed, Apr 30, 2025, 5:30 PM | Meetup **Note:** Slightly earlier start time than usual! Let us know how you feel about 5:30pm vs 6:00pm start times! **Abstract** When implementing an ETL job, doing data analys

Join us on April 30, 2025 at Deutsche Bank to see @andrus.adamchik.org give a talk on DataFrame!

www.meetup.com/triangle-jav...

13.04.2025 21:40 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Release 1.3.0 ยท dflib/dflib DFLib 1.3.0 release Release notes #457 MissingFormatWidthException when printing Series with all empty strings #477 vConcat loses the type of the column #480 Add "NumExp.variance(..)" and "NumExp....

Just published DFLib (#java DataFrame library) v1.3.0. This is a backwards-compatible maintenance release with a number of bug fixes, new statistical expressions, and an optimized vConcat operation github.com/dflib/dflib/...

09.04.2025 10:32 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
JAlba โ€“ JAlba โ€“ An Open Space Conference in Edinburgh

#JAlba is happening again in 3 months, registration is open! It will be our 6th edition, don't miss out on attending the #Java #unconference in Edinburgh Scotland, created on the model of #JCrete. Come and meet #Java champions and experts. Register now: jalba.scot

14.03.2025 12:07 โ€” ๐Ÿ‘ 4    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

Just installed the newest toy - Claude Code. I like their CLI-first IDE-agnostic approach and decent โ€œunderstandingโ€ of your code base, but there are no miracles. It can can help with refactoring here and there, but it fails at โ€œrealโ€ coding tasks.

11.03.2025 22:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

When iPhones first came out there were people bragging about writing novels on an iPhone ๐Ÿคทโ€โ™‚๏ธ

06.03.2025 13:37 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

โ€œHu said that even if product builders rely heavily on AI, one skill they would have to be good at is reading the code and finding bugsโ€

Which will take more time than writing correct code from scratch

06.03.2025 13:32 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thatโ€™s assuming human developers catch up with all the new stuff in each Java version ๐Ÿ™‚

03.03.2025 15:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Welcome @devnexus.bsky.social crew ๐Ÿ‘! Celebrating w @andrus.adamchik.org @jerdog.dev at Park Bar

03.03.2025 02:52 โ€” ๐Ÿ‘ 15    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

DevNexus is off to a great start! ๐Ÿ™‚

03.03.2025 03:01 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

This is where we need to improve Java DFLib charts. They show up beautifully in regular Jupyter, but GitHub notebook renderer prevents JS execution. So server-side chart creation will be needed

28.02.2025 23:17 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@andrus.adamchik.org is following 20 prominent accounts