Top "Is-empty" questions

Questions about items that can be described as empty or having no data value

how to create python empty dataframe where df.empty results in True

How can I create an empty dataframe in python such that the test df.empty results True? I tried this: …

python pandas dataframe is-empty
PHP: What is the best and easiest way to check if directory is empty or not

I got a root directory with 100s of dynamically generated folders. As time goes some of these folders will need …

php directory removeall is-empty
Should I use a Guid and Guid.Empty or a nullable Guid?

I have certain scenarios (e.g. a custom class to hold Sql parameters) in which a variable may or may …

c# nullable language-features is-empty
Need to Show a message when DataList is Empty

I'm using DataList to show records on Client Site of my web page. I need to show a message when …

asp.net datalist is-empty
execute Ant task if TWO conditions are met

The above ant script implements if dir_is_empty then git-clone else git-fetch using Ant-1.7.1 core statements: <target name="…

ant conditional is-empty ant-contrib
Laravel Check Empty Array

I still have trouble with checking if an array is empty or not in laravel. This is my view: @foreach($…

php laravel is-empty
Difference between isEmpty() and isBlank() Method in java 11

Java 11 has added A new instance method isBlank() to java.lang.String class. What's the basic difference between the existing …

java string is-empty java-11
!empty(trim($_POST['username']

Ok the problem is that when i use the trim function doesnt work but when i run the code without …

php trim fatal-error is-empty
Cell is empty but IsEmpty is not working

I am writing an IF statement that uses the IsEmpty function to determine if True or False. I tried it …

excel vba is-empty
Make a SELECT by field is empty?

I need to know how to make a comparison in a SELECT for a field that has to be empty. …

abap is-empty opensql