Ananta is a self-hosted mini deployment platform that lets you deploy git repos by simply sending a message to a Telegram bot. The entire infrastructure runs on an old Android phone running OpenClaw (a Linux environment on Android). No cloud servers, no CI/CD subscriptions — just a phone, Go, Bash, and PM2.
Docker · Kubernetes · Kafka · TypeScript · Turborepo · Rendering Patterns · Python · Go + More
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| import pymysql | |
| from sqlalchemy import create_engine | |
| df = pd.read_csv('Walmart.csv') | |
| df.shape | |
| print(df.head()) |