xarray.DataArray.dropna (2024)

Contents

DataArray.dropna(dim, *, how='any', thresh=None)[source]#

Returns a new array with dropped labels for missing values alongthe provided dimension.

Parameters:
  • dim (Hashable) – Dimension along which to drop missing values. Dropping alongmultiple dimensions simultaneously is not yet supported.

  • how ({"any", "all"}, default: "any") –

    • any : if any NA values are present, drop that label

    • all : if all values are NA, drop that label

  • thresh (int or None, default: None) – If supplied, require this many non-NA values.

Returns:

dropped (DataArray)

Examples

>>> temperature = [...  [0, 4, 2, 9],...  [np.nan, np.nan, np.nan, np.nan],...  [np.nan, 4, 2, 0],...  [3, 1, 0, 0],... ]>>> da = xr.DataArray(...  data=temperature,...  dims=["Y", "X"],...  coords=dict(...  lat=("Y", np.array([-20.0, -20.25, -20.50, -20.75])),...  lon=("X", np.array([10.0, 10.25, 10.5, 10.75])),...  ),... )>>> da<xarray.DataArray (Y: 4, X: 4)> Size: 128Barray([[ 0., 4., 2., 9.], [nan, nan, nan, nan], [nan, 4., 2., 0.], [ 3., 1., 0., 0.]])Coordinates: lat (Y) float64 32B -20.0 -20.25 -20.5 -20.75 lon (X) float64 32B 10.0 10.25 10.5 10.75Dimensions without coordinates: Y, X
>>> da.dropna(dim="Y", how="any")<xarray.DataArray (Y: 2, X: 4)> Size: 64Barray([[0., 4., 2., 9.], [3., 1., 0., 0.]])Coordinates: lat (Y) float64 16B -20.0 -20.75 lon (X) float64 32B 10.0 10.25 10.5 10.75Dimensions without coordinates: Y, X

Drop values only if all values along the dimension are NaN:

>>> da.dropna(dim="Y", how="all")<xarray.DataArray (Y: 3, X: 4)> Size: 96Barray([[ 0., 4., 2., 9.], [nan, 4., 2., 0.], [ 3., 1., 0., 0.]])Coordinates: lat (Y) float64 24B -20.0 -20.5 -20.75 lon (X) float64 32B 10.0 10.25 10.5 10.75Dimensions without coordinates: Y, X

Contents

xarray.DataArray.dropna (2024)
Top Articles
What it Costs to Grow Mushrooms (Indoor vs Outdoor) | Food Forest Living
How to Grow Magic Mushrooms (Psychedelic Psilocybin Shrooms)
Target Dummies 101 - The Dummy Research/Tutorial Thread
Dippin Base Stat Total
University of Louisville Libraries on LinkedIn: #bannedbooks #censorship #uofl #firstamendment #studentlife #librarylife
Toro Dingo For Sale Craigslist
Phil Maloof Net Worth
Retail Jobs For Teens Near Me
Fire And Ice Festival Dc
Tamilyogi Download 2021
United Center Section 305
Island Cremations And Funeral Home
Leccion 4 Lesson Test
Herman Kinn Funeral Home Obituaries
Thomas Funeral Home Sparta Nc
Old Navy Student Discount Unidays
Lubbock Avalanche Journal Newspaper Obituaries
Thomas the Tank Engine
Rocky Bfb Asset
Liquor World Sharon Ma
Kaelis Dahlias
Vegamovies 2023 » Career Flyes
9192464227
Wells Fargo Banks In Florida
JPMorgan and 6 More Companies That Are Hiring in 2024, Defying the Layoffs Trend
Managing Your Activision Account
Gem City Surgeons Miami Valley South
Gopher Hockey Forum
Fort Worth Craiglist
Maurice hat ein echtes Aggressionsproblem
By Association Only Watsonville
Nikki Catsouras Head Cut In Half
Brett Cooper Wikifeet
Herdis Eriksson Obituary
Manchester City Totalsportek
Dramacool Love In Contract
Winsipedia
فیلم 365 روز 1 نیکی مووی
Chipotle Digital Kitchen Briggs Chaney
Finastra Gfx
Orylieys
Arsenal’s Auston Trusty: Inspired by Ronaldinho, World Cup dreams and Birmingham loan
Let's Take a Look Inside the 2024 Hyundai Elantra - Kelley Blue Book
Urgent Care Pelham Nh
Joe Aloi Beaver Pa
Loss Payee And Lienholder Addresses And Contact Information Updated Daily Free List Gm Financial Lea
Acadis Portal Missouri
1By1 Roof
Motorsports Nation | Powersports Dealer in Waterford, CT
Duxa.io Reviews
Central routs Northland in Wisconsin volleyball tournament - Central College Athletics
Evil Dead Rise Showtimes Near Regal Destiny Usa
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 5735

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.