Update README.md
Browse files
README.md
CHANGED
@@ -126,7 +126,7 @@ description 4496194
|
|
126 |
dtype: int64
|
127 |
```
|
128 |
|
129 |
-
###
|
130 |
|
131 |
```python
|
132 |
>>> df[df["description"].str.contains("[해외주문원서]", regex=False) == True].head()["description"]
|
|
|
126 |
dtype: int64
|
127 |
```
|
128 |
|
129 |
+
### Note
|
130 |
|
131 |
```python
|
132 |
>>> df[df["description"].str.contains("[해외주문원서]", regex=False) == True].head()["description"]
|