معرفی شرکت ها


evtx2pandas-0.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Convert EVTX to pandas DataFrame.
ویژگی مقدار
سیستم عامل -
نام فایل evtx2pandas-0.0.4
نام evtx2pandas
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Thibault Blanc
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/thibaultbl/evtx2pandas
آدرس اینترنتی https://pypi.org/project/evtx2pandas/
مجوز GNU General Public License
.. contents :: Introduction ------------ Convert EVTX (Log file created by the Windows 7 Event Viewer) to pandas, but also CSV, JSON or Dask DataFrame. JSON creation is based on: https://github.com/thibaultbl/evtx Installation ------------ :: pip install evtx2pandas Usage ------------ :: from evtx2pandas.json_to_csv import EvtxParser # To convert evtx to pandas DataFrame df = reader.evtx_to_df(evtx_path) # To convert evtx to Dask DataFrame dask_dd = reader.evtx_to_dask(json_path) # To write evtx as json reader.evtx_to_json(json_path, output_path=temp_file) mydict = json.load(open(temp_file)) # To read the JSON output as python dict # To write evtx as CSV reader.evtx_to_csv(json_path, output_path=temp_file) df = pd.read_csv(temp_file, sep=";") # To read the CSV output as padnas DataFrame License ------- evtx2pandas is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING for the full text of GNU General Public License version 2.


نیازمندی

مقدار نام
>=2021.12.0 dask
>=0.6.11 evtx
>=1.3.5 pandas
>=6.2.5 pytest


نحوه نصب


نصب پکیج whl evtx2pandas-0.0.4:

    pip install evtx2pandas-0.0.4.whl


نصب پکیج tar.gz evtx2pandas-0.0.4:

    pip install evtx2pandas-0.0.4.tar.gz