mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
15 lines
286 B
Python
15 lines
286 B
Python
# File called _pytest for PyCharm compatability
|
|
|
|
import numpy as np
|
|
import pandas as pd
|
|
|
|
import eland as ed
|
|
from eland.tests.common import ELASTICSEARCH_HOST
|
|
from eland.tests.common import TestData
|
|
|
|
|
|
class TestDataFrameToCSV(TestData):
|
|
|
|
def test_to_csv(self):
|
|
print("TODO")
|