Homepage
Code Log
Sign inGet started
  • Home
  • JAVA
  • ANDROID
  • Algorithm
  • SHELL
  • Data
  • Other
Tagged in

Data

Code Log
Code Log
Java, Android, Shell, Algorithm …
More information
Followers
7
More, on Medium
  • Data
Go to the profile of Chris
Chris in Code Log
Oct 14

How does Apache Pig handle nulls

It is important to understand that in Pig the concept of null is the same as in SQL, which is completely different from the concept of null in C, Java, Python, etc. In Pig a null data element means the value is unknown.

I Expression

Read more…
Go to the profile of Chris
Chris in Code Log
Sep 24

Store Scrapy crawled data in PostgresSQL

Prerequisites: Assume that you are able to craw some data following the tutorial provided by Scrapy official website until the step extracting the data in our spider. In this step, we are able to get the quote, author and tags.

Read more…