json formater validator code example
Example 1: JSON validate
**Output:** ['Finland', 'Florida', 'france']
Example 2: JSON validate
import numpy as np
df['first_five_Letter']=df['Country (region)'].str.extract(r'(^w{5})')
df.head()
**Output:** ['Finland', 'Florida', 'france']
import numpy as np
df['first_five_Letter']=df['Country (region)'].str.extract(r'(^w{5})')
df.head()