About | Features | Technologies | Requirements | Starting | Author
This repo contains some Java demos related to:
- Loading CSV files in different ways
- Functional Programming
- Extending the Java Libraries like [Joinery/Tablesaw/GoogleGuava]
- SMILE Library
- Spark / SparkML / SparkSQL
- Displaying graphs using XChart
- Analyzing Titanic dataset
✔️ Load Countries/Cities database
✔️ Extended Libraries [Joinery/Tablesaw/GoogleGuava]
✔️ Load Egyptian-Pyramids database
✔️ SMILE Demo
✔️ Spark Demo [Spark/SparkML/SparkSQL]
✔️ String-Utils Demo [Functional-Programming]
✔️ Load and Analyze the Titanic dataset
✔️ XChart Demo
The following tools were used in this project:
Before starting 🏁, you need to have Git and Spark installed.
# Clone this project
$ git clone https://github.com/mohamedelmesawy/Java_EDA_Code.git
# Access each Demo separately by accessing its folder
$ cd target\classes
# Run each Demo separately by accessing its folder
$ java MainClass.class
Made with ❤️ by MOhamed ElMesawy