📝 Archived :https://ojitha.blogspot.com.au
RegEx on MacOS
March 4, 2022
As I understood, RegExs are very useful for general work. Most of the following regular expressions (RegEx)s can be run on the macOS terminal, where you can get the great value of command line tools that have no value without RegExs (`grep`, `sed` and so on). In addition, I've used some popular tools to explain complex operations later in the document, which have been referenced under the footnotes.
PySpark Date Exmple
March 2, 2022
PySpark date in string to date type conversion example. How you can use python sql functions like datediff to calculate the differences in days.
Python Sequences
February 25, 2022
Here python list, tulple basic operations are discussed.
PySpark Data Frame to Pie Chart
October 23, 2021
I am sharing a Jupyter notebook.
Jenkins in Docker Container
June 28, 2021
This is the source code to create a Jenkins Docker container.