MrPowers opened a new pull request, #494: URL: https://github.com/apache/spark-website/pull/494
This PR introduces a new approach for the [Apache Spark Examples page](https://spark.apache.org/examples.html). Here are some areas of improvement: * The current guide has "Additional Examples" as the page h1, not "Apache Spark Examples" * We're not showing the underlying data, so the code snippets are hard to follow * Python snippets aren't PEP 8 formatted * Aren't showing SQL syntax * The ML example is using MLlib * The average time on page is pretty low, so users probably aren't too engaged: <img width="996" alt="Screenshot 2023-12-15 at 9 53 06 AM" src="https://github.com/apache/spark-website/assets/2722395/0ff94de4-5201-4bd4-b1f8-a565418c8d75"> This revised doc provides a gentle introduction that users might find more approachable. Interested in thoughts from the community. It's a draft PR to get feedback and because the code blocks still need to be added for all the languages. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
