This is a very common error
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe0' in position x
In this post , we will see How to Fix Various Indentation Errors in Python. Spacing is important in Python since the coding is dependent of the place or line where a code block starts or ends. Hence Indentation is crucial in Python coding.
Free Google Datasets for Analytics , NLP & AI ! Google recently open sourced TWO datasets which are primarily useful for NLP or Natural Language Processing , Analytics or AI research oriented.They can be aptly used for NLP analytics use cases.
There are quite a few Free Platform To Practice Big Data. Good thing is - Both Cloud and Desktop set-ups are available if you really want to Get a good hands-on. Below is a Comprehensive list of some of the Practice options you can consider -
In this post we will try to understand How To Handle Garbage Collection in Spark Streaming. Garbage Collection in Spark Streaming is a crucial point of concern in Spark Streaming since it runs in streams or micro batches.
Stream processing can stressfully impact the standard Java JVM garbage collection due to the high number of objects processed during the run-time. This more often than not causes frequent pauses and thereby increase the latency of the real-time applications.
The GCP Google Cloud CLI - gcloud commands or gcloud cli or command-line tool is used to create and manage various Google cloud components.
Google recently announced Kubernetes Alpha release in Cloud Dataproc. Google Cloud Dataproc is a Cloud based Big Data product with Hadoop and Spark open source big data software. Kubernetes is another Open source , originally by Google Team, is growing as Big Data Cluster Manager as well as a Helping hand to manage and deploy Microservice or Cloud-Native Computing.
Ngrok is a Fantastic software to quickly test your own builds or programs or chatbot on public Url without actually buying a Public url . Once installed , NGROK facilitates by providing you a Public URL ABSOLUTELY FREE . And you can use that -
This post explains - How to Build & Run Spark Cassandra Application. You can get the Spark Cassandra Sample Code from my this post. Please follow the step by step process to create and execute your Spark Cassandra application.
In this post , we will explore - How to Check Syntax Errors in Python Code. You can use various options to check for any syntax errors in Python without executing the script . Try the below options -
In this post , we will see How to Code Custom Exception Handling in Python . Apart from the regular , out of the box or in-built exceptions, Python facilitates us to create or define our our own custom Exceptions as per the Business need.
In this post , we will see How To Compress Message Size in Kafka . With ever increasing data generating or producing speed and need to retain data for prolonged analysis, it is quite imperative that we understand how we can be smart about data transportation.
This post explains How To Connect Google Cloud GCP using Putty . Our objective is to connect to our Google Cloud GCP cluster from local desktop or laptop. We will see step by step how to do that.
This post helps - How to Connect Python running on local machine to Kafka running on AWS EC2 . Try the below fixes -
This post explains How to Create a Multi Node Hadoop Spark Cluster in Google Cloud GCP . We will Create a 4 Node Cluster - 1-Master Node & 3-Worker Node in Google Cloud(GCP) . Lets start step by step.
In this post, we will explore How To Debug or Troubleshoot Kubernetes Cluster. Kubernetes issues are difficult to detect & identify. We assume that Kubectl CLI is installed and configured in your Kubernetes environment. Let's start with the basic sanity Checks.