Baselight

Wunderground PWS Curitiba 2021

Weather data from Wunderground Personal Weather Stations near Curitiba, Brazil

@kaggle.lucashohmann_wunderground_pws_curitiba_2021

Wunderground Pws
@kaggle.lucashohmann_wunderground_pws_curitiba_2021.wunderground_pws

  • 2.06 MB
  • 94386 rows
  • 16 columns
station_id

Station Id

last_updated

Last Updated

timestamp

Timestamp

temp

Temp

temp_feel

Temp Feel

dew_point

Dew Point

humidity

Humidity

pressure

Pressure

wind_speed

Wind Speed

wind_gust

Wind Gust

wind_direction

Wind Direction

wind_bearing

Wind Bearing

precip_rate

Precip Rate

precip_total

Precip Total

uv_index

Uv Index

radiation

Radiation

ICURIT328162424920636258349411.711.710.6931016.481.81.8NE46
ICURITIB2818162523475489487719615.915.910681016.821.81.8ENE604454.6
ICURIT2160162431580540668695111.511.511.2981022.572.63.5NW3156.1
ICURIT463116257306103863468969.49.47.487NW326
ISOJOS2960162453240619814775211.811.811.8100917.61NE45
ICURITIB24191624838711448911583161614.2891017.15SSE167
IBALSA35162534697300411273114.914.97.362902.3756.6S180
ICURITIB1518162454830541064747419.219.215.378910.166.49.6SE135
ICURITIB294162451112556776753811.711.710.8941112.2N9
IBALSA16162552332713615399010.610.610.6991015.12NW315

CREATE TABLE wunderground_pws (
  "station_id" VARCHAR,
  "last_updated" BIGINT,
  "timestamp" BIGINT,
  "temp" DOUBLE,
  "temp_feel" DOUBLE,
  "dew_point" DOUBLE,
  "humidity" BIGINT,
  "pressure" DOUBLE,
  "wind_speed" DOUBLE,
  "wind_gust" DOUBLE,
  "wind_direction" VARCHAR,
  "wind_bearing" BIGINT,
  "precip_rate" DOUBLE,
  "precip_total" DOUBLE,
  "uv_index" DOUBLE,
  "radiation" DOUBLE
);

Share link

Anyone who has the link will be able to view this.