- π I'm into Python, Machine Learning, Deep Learning & Quant tooling
- π I write about ML on Medium
- π All my Data Science projects live at github.com/Ninad077
- β‘ Fun fact: I'm a Potterhead πͺ
|
Open source web app teaching Python preprocessing, ML & DL from scratch.
|
A Quant-based Python library for flexible math operations and SQL-powered data analysis β every function takes any number of arguments, and data flows straight from CSV/Excel/Google Sheets into real SQL queries. pip install fyreflyfrom fyrefly import add, mul, div, mod
from fyrefly import load, loadh, loadc, loads, sql, xtract
# Math β any count of arguments
add(5, 4, 6, 10) # 25
mod(17, 5) # 2
# Data β load, preview, query with real SQL, export
c = load("data.csv")
loadh(c) # preview headers
sql("select * from c where age > 30")
xtract(sql("select * from c")) # export result to CSV |
π« Reach me: ninadmandavkar28@gmail.com